#B09D8C

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

Shades of Zorba #B09D8C

Tints of Zorba #B09D8C

Color information

#B09D8C (or 0xB09D8C) is unknown color: approx Zorba. HEX triplet: B0, 9D and 8C. RGB value is (176,157,140). Sum of RGB (Red+Green+Blue) = 176+157+140=473 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.21% from 473); Green value is 157 (61.72% from 255 or 33.19% from 473); Blue value is 140 (55.08% from 255 or 29.60% from 473); Max value from RGB is 176 - color contains mainly: red. Hex color #B09D8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09D8C is #4F6273. Grayscale: #A0A0A0. Windows color (decimal): -5202548 or 9215408. OLE color: 9215408.

HSL color Cylindrical-coordinate representation of color #B09D8C: hue angle of 28.33º degrees, saturation: 0.19, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B09D8C is Cyan = 0, Magento = 0.11, Yellow = 0.20 and Black (K on CMYK) = 0.31.

Color convert

RGB176157140-
CMYK00.110.200.31
HSL28.33º18.56%61.96%-
HSV(B)28.33º20.45%69.02%-
XYZ34.735.2429.78-
YUV160.74116.29138.88-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.21%
GREEN value IS 157 (61.72% from 255) = 33.19%
BLUE value IS 140 (55.08% from 255) = 29.60%
R=37.21%
G=33.19%
B=29.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.20
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17615714000.110.200.3128.3318.5661.96
HexB09D8C0B141F1c133e
Octal2602352140132437342376
Binary1011000010011101100011000101110100111111110010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09D8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09D8C; }

 p { color: rgb(176,157,140); }

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

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

 a { background-color: rgb(176,157,140); }

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

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

 span { border-color: rgb(176,157,140); }

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