#B09778

Color #B09778 Sandrift (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sandrift #B09778

Tints of Sandrift #B09778

Color information

#B09778 (or 0xB09778) is unknown color: approx Sandrift. HEX triplet: B0, 97 and 78. RGB value is (176,151,120). Sum of RGB (Red+Green+Blue) = 176+151+120=447 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.37% from 447); Green value is 151 (59.38% from 255 or 33.78% from 447); Blue value is 120 (47.27% from 255 or 26.85% from 447); Max value from RGB is 176 - color contains mainly: red. Hex color #B09778 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09778 is #4F6887. Grayscale: #9B9B9B. Windows color (decimal): -5204104 or 7903152. OLE color: 7903152.

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

Color convert

RGB176151120-
CMYK00.140.320.31
HSL33.21º26.17%58.04%-
HSV(B)33.21º31.82%69.02%-
XYZ32.3632.7222.38-
YUV154.94108.28143.02-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.37%
GREEN value IS 151 (59.38% from 255) = 33.78%
BLUE value IS 120 (47.27% from 255) = 26.85%
R=39.37%
G=33.78%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.32
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17615112000.140.320.3133.2126.1758.04
HexB097780E201F211a3a
Octal2602271700164037413272
Binary10110000100101111111000011101000001111110000111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09778; }

 p { color: rgb(176,151,120); }

 H1.HeaderClassName
 {
   color: #B09778;
 }
 .AnyTagClassName
 {
   color: #B09778;
 }
</style>
background-color css

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

 a { background-color: rgb(176,151,120); }

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

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

 span { border-color: rgb(176,151,120); }

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