Html Css Color HEX #B09079 Sandrift

📋 copy color: '#B09079'

red 176 ◦ green 144 ◦ blue 121

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

Shades of Sandrift #B09079

Tints of Sandrift #B09079

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 27.44%

R = 39.91%
G = 32.65%
B = 27.44%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#B09079 (or 0xB09079) is known color: Sandrift. HEX triplet: B0, 90 and 79. RGB value is (176,144,121). Sum of RGB (Red+Green+Blue) = 176+144+121=441 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.91% from 441); Green value is 144 (56.64% from 255 or 32.65% from 441); Blue value is 121 (47.66% from 255 or 27.44% from 441); Max value from RGB is 176 - color contains mainly: red. Hex color #B09079 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09079 is #4F6F86. Grayscale: #979797. Windows color (decimal): -5205895 or 7966896. OLE color: 7966896.

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

Color convert

RGB 176 144 121 -
CMYK 0 0.18 0.31 0.31
HSL 25.09º 0.26% 0.58% -
HSV(B) 25.09º 0.31% 0.69% -
XYZ 31.33 30.56 22.34 -
YUV 150.95 111.1 145.87 -
System Red Green Blue C M Y K H S L
Decimal 176 144 121 0 0.18 0.31 0.31 25.09 0.26 0.58
Hex B0 90 79 0 12 1F 1F 19 1A 3A
Octal 260 220 171 0 22 37 37 31 32 72
Binary 10110000 10010000 1111001 0 10010 11111 11111 11001 11010 111010

Color Harmonies of #B09079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09079

Black with #B09079

Text Example


Text Example

White with #B09079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09079; }

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

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

background-color css

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

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

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

border-color css

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

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

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