Html Css Color HEX #B09576 Sandrift

📋 copy color: '#B09576'

red 176 ◦ green 149 ◦ blue 118

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

Shades of Sandrift #B09576

Tints of Sandrift #B09576

RGB

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

 GREEN value IS 149 (58.59% from 255) = 33.63%

 BLUE value IS 118 (46.48% from 255) = 26.64%

R = 39.73%
G = 33.63%
B = 26.64%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#B09576 (or 0xB09576) is known color: Sandrift. HEX triplet: B0, 95 and 76. RGB value is (176,149,118). Sum of RGB (Red+Green+Blue) = 176+149+118=443 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.73% from 443); Green value is 149 (58.59% from 255 or 33.63% from 443); Blue value is 118 (46.48% from 255 or 26.64% from 443); Max value from RGB is 176 - color contains mainly: red. Hex color #B09576 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09576 is #4F6A89. Grayscale: #999999. Windows color (decimal): -5204618 or 7771568. OLE color: 7771568.

HSL color Cylindrical-coordinate representation of color #B09576: hue angle of 32.07º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B09576 is Cyan = 0, Magento = 0.15, Yellow = 0.33 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 149 118 -
CMYK 0 0.15 0.33 0.31
HSL 32.07º 0.27% 0.58% -
HSV(B) 32.07º 0.33% 0.69% -
XYZ 31.92 32.03 21.64 -
YUV 153.54 107.95 144.02 -
System Red Green Blue C M Y K H S L
Decimal 176 149 118 0 0.15 0.33 0.31 32.07 0.27 0.58
Hex B0 95 76 0 F 21 1F 20 1B 3A
Octal 260 225 166 0 17 41 37 40 33 72
Binary 10110000 10010101 1110110 0 1111 100001 11111 100000 11011 111010

Color Harmonies of #B09576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09576

Black with #B09576

Text Example


Text Example

White with #B09576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09576; }

 p { color: rgb(176,149,118); }

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

background-color css

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

 a { background-color: rgb(176,149,118); }

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

border-color css

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

 span { border-color: rgb(176,149,118); }

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