Color Hex Logo

#b26055 Color Hex

#B26055
(178,96,85)
0 Favorites   0 Comments

Color spaces of #b26055

RGB 1789685
HSL0.020.380.52
HSV52°70°
CMYK 0.000.460.52   0.30
XYZ24.182718.486610.8880
Yxy18.48660.45150.3452
Hunter Lab42.996025.152515.0831
CIE-Lab50.081131.997221.1019

#b26055 color RGB value is (178,96,85).

#b26055 hex color red value is 178, green value is 96 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #b26055 hue: 0.02 , saturation: 0.38 and the lightness value of b26055 is 0.52.

The process color (four color CMYK) of #b26055 color hex is 0.00, 0.46, 0.52, 0.30. Web safe color of #b26055 is #996666. Color #b26055 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01100000 01010101
Octal 262 140 125
Decimal 178 96 85
Hex B2 60 55

RGB Percentages of Color #b26055

%49.58
%26.74
%23.68

CMYK Percentages of Color #b26055

%0
%46
%52
%30

Triadic Colors of #b26055

#b26055 #55b260 #6055b2

Analogous Colors of #b26055

#b26055 #b28f55 #b25579

Monochromatic Colors of #b26055

#b26055

Complementary Color

#b26055 #55a7b2

#b26055 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b26055 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b26055 Color CSS Codes

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

#b26055 Text Font Color

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

This sample text font color is #b26055
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.


#b26055 Background Color

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

This div background color is #b26055


#b26055 Border Color

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

This div border color is #b26055


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b26055


Comments

No comments written yet.

Please login to write comment.