Html Css Color HEX #B09472 Sandrift

📋 copy color: '#B09472'

red 176 ◦ green 148 ◦ blue 114

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

Shades of Sandrift #B09472

Tints of Sandrift #B09472

RGB

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

 GREEN value IS 148 (58.2% from 255) = 33.79%

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

R = 40.18%
G = 33.79%
B = 26.03%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.35

 K value IS 0.31

RGB Variations

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

Color information

#B09472 (or 0xB09472) is known color: Sandrift. HEX triplet: B0, 94 and 72. RGB value is (176,148,114). Sum of RGB (Red+Green+Blue) = 176+148+114=438 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40.18% from 438); Green value is 148 (58.20% from 255 or 33.79% from 438); Blue value is 114 (44.92% from 255 or 26.03% from 438); Max value from RGB is 176 - color contains mainly: red. Hex color #B09472 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09472 is #4F6B8D. Grayscale: #989898. Windows color (decimal): -5204878 or 7509168. OLE color: 7509168.

HSL color Cylindrical-coordinate representation of color #B09472: hue angle of 32.9º 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 #B09472 is Cyan = 0, Magento = 0.16, Yellow = 0.35 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 148 114 -
CMYK 0 0.16 0.35 0.31
HSL 32.9º 0.28% 0.57% -
HSV(B) 32.9º 0.35% 0.69% -
XYZ 31.53 31.62 20.36 -
YUV 152.5 106.28 144.76 -
System Red Green Blue C M Y K H S L
Decimal 176 148 114 0 0.16 0.35 0.31 32.9 0.28 0.57
Hex B0 94 72 0 10 23 1F 21 1C 39
Octal 260 224 162 0 20 43 37 41 34 71
Binary 10110000 10010100 1110010 0 10000 100011 11111 100001 11100 111001

Color Harmonies of #B09472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09472

Black with #B09472

Text Example


Text Example

White with #B09472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09472; }

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

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

background-color css

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

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

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

border-color css

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

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

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