Html Css Color HEX #B09477 Sandrift

📋 copy color: '#B09477'

red 176 ◦ green 148 ◦ blue 119

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

Shades of Sandrift #B09477

Tints of Sandrift #B09477

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 26.86%

R = 39.73%
G = 33.41%
B = 26.86%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.32

 K value IS 0.31

RGB Variations

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

Color information

#B09477 (or 0xB09477) is known color: Sandrift. HEX triplet: B0, 94 and 77. RGB value is (176,148,119). Sum of RGB (Red+Green+Blue) = 176+148+119=443 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.73% from 443); Green value is 148 (58.20% from 255 or 33.41% from 443); Blue value is 119 (46.88% from 255 or 26.86% from 443); Max value from RGB is 176 - color contains mainly: red. Hex color #B09477 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09477 is #4F6B88. Grayscale: #999999. Windows color (decimal): -5204873 or 7836848. OLE color: 7836848.

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

Color convert

RGB 176 148 119 -
CMYK 0 0.16 0.32 0.31
HSL 30.53º 0.27% 0.58% -
HSV(B) 30.53º 0.32% 0.69% -
XYZ 31.82 31.74 21.9 -
YUV 153.07 108.78 144.36 -
System Red Green Blue C M Y K H S L
Decimal 176 148 119 0 0.16 0.32 0.31 30.53 0.27 0.58
Hex B0 94 77 0 10 20 1F 1F 1B 3A
Octal 260 224 167 0 20 40 37 37 33 72
Binary 10110000 10010100 1110111 0 10000 100000 11111 11111 11011 111010

Color Harmonies of #B09477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09477

Black with #B09477

Text Example


Text Example

White with #B09477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09477; }

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

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

background-color css

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

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

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

border-color css

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

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

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