Html Css Color HEX #B08872 Sandrift

📋 copy color: '#B08872'

red 176 ◦ green 136 ◦ blue 114

#B08872
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sandrift #B08872

Tints of Sandrift #B08872

RGB

 RED value IS 176 (69.14% from 255) = 41.31%

 GREEN value IS 136 (53.52% from 255) = 31.92%

 BLUE value IS 114 (44.92% from 255) = 26.76%

R = 41.31%
G = 31.92%
B = 26.76%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.35

 K value IS 0.31

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B08872 (or 0xB08872) is known color: Sandrift. HEX triplet: B0, 88 and 72. RGB value is (176,136,114). Sum of RGB (Red+Green+Blue) = 176+136+114=426 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.31% from 426); Green value is 136 (53.52% from 255 or 31.92% from 426); Blue value is 114 (44.92% from 255 or 26.76% from 426); Max value from RGB is 176 - color contains mainly: red. Hex color #B08872 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08872 is #4F778D. Grayscale: #919191. Windows color (decimal): -5207950 or 7506096. OLE color: 7506096.

HSL color Cylindrical-coordinate representation of color #B08872: hue angle of 21.29º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B08872 is Cyan = 0, Magento = 0.23, Yellow = 0.35 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 136 114 -
CMYK 0 0.23 0.35 0.31
HSL 21.29º 0.28% 0.57% -
HSV(B) 21.29º 0.35% 0.69% -
XYZ 29.75 28.05 19.77 -
YUV 145.45 110.25 149.79 -
System Red Green Blue C M Y K H S L
Decimal 176 136 114 0 0.23 0.35 0.31 21.29 0.28 0.57
Hex B0 88 72 0 17 23 1F 15 1C 39
Octal 260 210 162 0 27 43 37 25 34 71
Binary 10110000 10001000 1110010 0 10111 100011 11111 10101 11100 111001

Color Harmonies of #B08872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08872

Black with #B08872

Text Example


Text Example

White with #B08872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08872; }

 p { color: rgb(176,136,114); }

 H1.HeaderClassName
 {
   color: #B08872;
 }
 .AnyTagClassName
 {
   color: #B08872;
 }
</style>

background-color css

<style>
 a { background-color: #B08872; }

 a { background-color: rgb(176,136,114); }

 div.DivClassName
 {
   background-color: #B08872;
 }
 .BgClassName
 {
   background-color: #B08872;
 }
</style>

border-color css

<style>
 span { border-color: #B08872; }

 span { border-color: rgb(176,136,114); }

 td.TdClassName
 {
   border-color: #B08872;
 }
 .TagClassName
 {
   border-color: #B08872;
 }
</style>