Color Hex Logo

#b25336 Color Hex

#B25336
(178,83,54)
0 Favorites   0 Comments

Color spaces of #b25336

RGB 1788354
HSL0.040.530.45
HSV14°70°70°
CMYK 0.000.530.70   0.30
XYZ22.119215.91785.3967
Yxy15.91780.50930.3665
Hunter Lab39.897129.141519.9081
CIE-Lab46.866536.572434.9245

#b25336 color RGB value is (178,83,54).

#b25336 hex color red value is 178, green value is 83 and the blue value of its RGB is 54. Cylindrical-coordinate representations (also known as HSL) of color #b25336 hue: 0.04 , saturation: 0.53 and the lightness value of b25336 is 0.45.

The process color (four color CMYK) of #b25336 color hex is 0.00, 0.53, 0.70, 0.30. Web safe color of #b25336 is #996633. Color #b25336 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01010011 00110110
Octal 262 123 66
Decimal 178 83 54
Hex B2 53 36

RGB Percentages of Color #b25336

%56.51
%26.35
%17.14

CMYK Percentages of Color #b25336

%0
%53
%70
%30

Triadic Colors of #b25336

#b25336 #36b253 #5336b2

Analogous Colors of #b25336

#b25336 #b29136 #b23657

Monochromatic Colors of #b25336

#b25336

Complementary Color

#b25336 #3695b2

#b25336 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b25336 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b25336 Color CSS Codes

.mybgcolor {background-color:#b25336; } 
.myforecolor {color:#b25336; }
.mybordercolor {border:3px solid #b25336; }

#b25336 Text Font Color

<p style="color:#b25336">Text here</p>

This sample text font color is #b25336
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#b25336 Background Color

<div style="background-color:#b25336">
Div content here</div>

This div background color is #b25336


#b25336 Border Color

<div style="border:3px solid #b25336">
Div here</div>

This div border color is #b25336


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(178,83,54, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b25336; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b25336;
  -webkit-box-shadow: 1px 1px 3px 2px #b25336;
  box-shadow:         1px 1px 3px 2px #b25336; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,83,54, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b25336">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #b25336;
  -webkit-box-shadow: 1px 1px 3px 2px #b25336;
  box-shadow:         1px 1px 3px 2px #b25336;">
Div content here</div>

This div box has shadow with color #b25336


Comments

No comments written yet.

Please login to write comment.