Html Css Color HEX #B09377 Sandrift

📋 copy color: '#B09377'

red 176 ◦ green 147 ◦ blue 119

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

Shades of Sandrift #B09377

Tints of Sandrift #B09377

RGB

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

 GREEN value IS 147 (57.81% from 255) = 33.26%

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

R = 39.82%
G = 33.26%
B = 26.92%

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

#B09377 (or 0xB09377) is known color: Sandrift. HEX triplet: B0, 93 and 77. RGB value is (176,147,119). Sum of RGB (Red+Green+Blue) = 176+147+119=442 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.82% from 442); Green value is 147 (57.81% from 255 or 33.26% from 442); Blue value is 119 (46.88% from 255 or 26.92% from 442); Max value from RGB is 176 - color contains mainly: red. Hex color #B09377 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09377 is #4F6C88. Grayscale: #989898. Windows color (decimal): -5205129 or 7836592. OLE color: 7836592.

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

Color convert

RGB 176 147 119 -
CMYK 0 0.16 0.32 0.31
HSL 29.47º 0.27% 0.58% -
HSV(B) 29.47º 0.32% 0.69% -
XYZ 31.67 31.43 21.85 -
YUV 152.48 109.11 144.78 -
System Red Green Blue C M Y K H S L
Decimal 176 147 119 0 0.16 0.32 0.31 29.47 0.27 0.58
Hex B0 93 77 0 10 20 1F 1D 1B 3A
Octal 260 223 167 0 20 40 37 35 33 72
Binary 10110000 10010011 1110111 0 10000 100000 11111 11101 11011 111010

Color Harmonies of #B09377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09377

Black with #B09377

Text Example


Text Example

White with #B09377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09377; }

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

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

background-color css

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

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

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

border-color css

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

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

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