#B09378

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

Shades of Sandrift #B09378

Tints of Sandrift #B09378

Color information

#B09378 (or 0xB09378) is unknown color: approx Sandrift. HEX triplet: B0, 93 and 78. RGB value is (176,147,120). Sum of RGB (Red+Green+Blue) = 176+147+120=443 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.73% from 443); Green value is 147 (57.81% from 255 or 33.18% from 443); Blue value is 120 (47.27% from 255 or 27.09% from 443); Max value from RGB is 176 - color contains mainly: red. Hex color #B09378 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09378 is #4F6C87. Grayscale: #989898. Windows color (decimal): -5205128 or 7902128. OLE color: 7902128.

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

Color convert

RGB176147120-
CMYK00.160.320.31
HSL28.93º26.17%58.04%-
HSV(B)28.93º31.82%69.02%-
XYZ31.7331.4522.17-
YUV152.59109.61144.7-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.73%
GREEN value IS 147 (57.81% from 255) = 33.18%
BLUE value IS 120 (47.27% from 255) = 27.09%
R=39.73%
G=33.18%
B=27.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.32
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614712000.160.320.3128.9326.1758.04
HexB09378010201F1d1a3a
Octal2602231700204037353272
Binary10110000100100111111000010000100000111111110111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09378; }

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

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

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

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

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

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

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

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