Html Css Color HEX #B09077 Sandrift

📋 copy color: '#B09077'

red 176 ◦ green 144 ◦ blue 119

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

Shades of Sandrift #B09077

Tints of Sandrift #B09077

RGB

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

 GREEN value IS 144 (56.64% from 255) = 32.8%

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

R = 40.09%
G = 32.8%
B = 27.11%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.32

 K value IS 0.31

RGB Variations

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

Color information

#B09077 (or 0xB09077) is known color: Sandrift. HEX triplet: B0, 90 and 77. RGB value is (176,144,119). Sum of RGB (Red+Green+Blue) = 176+144+119=439 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40.09% from 439); Green value is 144 (56.64% from 255 or 32.80% from 439); Blue value is 119 (46.88% from 255 or 27.11% from 439); Max value from RGB is 176 - color contains mainly: red. Hex color #B09077 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09077 is #4F6F88. Grayscale: #969696. Windows color (decimal): -5205897 or 7835824. OLE color: 7835824.

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

Color convert

RGB 176 144 119 -
CMYK 0 0.18 0.32 0.31
HSL 26.32º 0.27% 0.58% -
HSV(B) 26.32º 0.32% 0.69% -
XYZ 31.21 30.51 21.7 -
YUV 150.72 110.1 146.03 -
System Red Green Blue C M Y K H S L
Decimal 176 144 119 0 0.18 0.32 0.31 26.32 0.27 0.58
Hex B0 90 77 0 12 20 1F 1A 1B 3A
Octal 260 220 167 0 22 40 37 32 33 72
Binary 10110000 10010000 1110111 0 10010 100000 11111 11010 11011 111010

Color Harmonies of #B09077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09077

Black with #B09077

Text Example


Text Example

White with #B09077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09077; }

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

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

background-color css

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

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

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

border-color css

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

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

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