Html Css Color HEX #B09980 Sandrift

📋 copy color: '#B09980'

red 176 ◦ green 153 ◦ blue 128

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

Shades of Sandrift #B09980

Tints of Sandrift #B09980

RGB

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

 GREEN value IS 153 (60.16% from 255) = 33.48%

 BLUE value IS 128 (50.39% from 255) = 28.01%

R = 38.51%
G = 33.48%
B = 28.01%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#B09980 (or 0xB09980) is known color: Sandrift. HEX triplet: B0, 99 and 80. RGB value is (176,153,128). Sum of RGB (Red+Green+Blue) = 176+153+128=457 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.51% from 457); Green value is 153 (60.16% from 255 or 33.48% from 457); Blue value is 128 (50.39% from 255 or 28.01% from 457); Max value from RGB is 176 - color contains mainly: red. Hex color #B09980 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09980 is #4F667F. Grayscale: #9D9D9D. Windows color (decimal): -5203584 or 8427952. OLE color: 8427952.

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

Color convert

RGB 176 153 128 -
CMYK 0 0.13 0.27 0.31
HSL 31.25º 0.23% 0.6% -
HSV(B) 31.25º 0.27% 0.69% -
XYZ 33.19 33.57 25.15 -
YUV 157.03 111.62 141.53 -
System Red Green Blue C M Y K H S L
Decimal 176 153 128 0 0.13 0.27 0.31 31.25 0.23 0.6
Hex B0 99 80 0 D 1B 1F 1F 17 3C
Octal 260 231 200 0 15 33 37 37 27 74
Binary 10110000 10011001 10000000 0 1101 11011 11111 11111 10111 111100

Color Harmonies of #B09980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09980

Black with #B09980

Text Example


Text Example

White with #B09980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09980; }

 p { color: rgb(176,153,128); }

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

background-color css

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

 a { background-color: rgb(176,153,128); }

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

border-color css

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

 span { border-color: rgb(176,153,128); }

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