#B09F8F

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

Shades of Zorba #B09F8F

Tints of Zorba #B09F8F

Color information

#B09F8F (or 0xB09F8F) is unknown color: approx Zorba. HEX triplet: B0, 9F and 8F. RGB value is (176,159,143). Sum of RGB (Red+Green+Blue) = 176+159+143=478 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.82% from 478); Green value is 159 (62.5% from 255 or 33.26% from 478); Blue value is 143 (56.25% from 255 or 29.92% from 478); Max value from RGB is 176 - color contains mainly: red. Hex color #B09F8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09F8F is #4F6070. Grayscale: #A2A2A2. Windows color (decimal): -5202033 or 9412528. OLE color: 9412528.

HSL color Cylindrical-coordinate representation of color #B09F8F: hue angle of 29.09º degrees, saturation: 0.17, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B09F8F is Cyan = 0, Magento = 0.10, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB176159143-
CMYK00.100.190.31
HSL29.09º17.28%62.55%-
HSV(B)29.09º18.75%69.02%-
XYZ35.2636.0131.08-
YUV162.26117.13137.8-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.82%
GREEN value IS 159 (62.5% from 255) = 33.26%
BLUE value IS 143 (56.25% from 255) = 29.92%
R=36.82%
G=33.26%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17615914300.100.190.3129.0917.2862.55
HexB09F8F0A131F1d113f
Octal2602372170122337352177
Binary1011000010011111100011110101010011111111110110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09F8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09F8F; }

 p { color: rgb(176,159,143); }

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

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

 a { background-color: rgb(176,159,143); }

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

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

 span { border-color: rgb(176,159,143); }

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