#B89073

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

Shades of Sandrift #B89073

Tints of Sandrift #B89073

Color information

#B89073 (or 0xB89073) is unknown color: approx Sandrift. HEX triplet: B8, 90 and 73. RGB value is (184,144,115). Sum of RGB (Red+Green+Blue) = 184+144+115=443 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.53% from 443); Green value is 144 (56.64% from 255 or 32.51% from 443); Blue value is 115 (45.31% from 255 or 25.96% from 443); Max value from RGB is 184 - color contains mainly: red. Hex color #B89073 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89073 is #476F8C. Grayscale: #989898. Windows color (decimal): -4681613 or 7573688. OLE color: 7573688.

HSL color Cylindrical-coordinate representation of color #B89073: hue angle of 25.22º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B89073 is Cyan = 0, Magento = 0.22, Yellow = 0.38 and Black (K on CMYK) = 0.28.

Color convert

RGB184144115-
CMYK00.220.380.28
HSL25.22º32.7%58.63%-
HSV(B)25.22º37.5%72.16%-
XYZ32.8331.3720.54-
YUV152.65106.75150.36-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.53%
GREEN value IS 144 (56.64% from 255) = 32.51%
BLUE value IS 115 (45.31% from 255) = 25.96%
R=41.53%
G=32.51%
B=25.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.38
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18414411500.220.380.2825.2232.758.63
HexB89073016261C19213b
Octal2702201630264634314173
Binary101110001001000011100110101101001101110011001100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89073; }

 p { color: rgb(184,144,115); }

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

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

 a { background-color: rgb(184,144,115); }

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

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

 span { border-color: rgb(184,144,115); }

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