Shades of Zorba #B09D8C
Tints of Zorba #B09D8C
RGB
CMYK
RGB Variations
Color information
#B09D8C (or 0xB09D8C) is known color: 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
| RGB | 176 | 157 | 140 | - |
| CMYK | 0 | 0.11 | 0.20 | 0.31 |
| HSL | 28.33º | 0.19% | 0.62% | - |
| HSV(B) | 28.33º | 0.2% | 0.69% | - |
| XYZ | 34.7 | 35.24 | 29.78 | - |
| YUV | 160.74 | 116.29 | 138.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 157 | 140 | 0 | 0.11 | 0.20 | 0.31 | 28.33 | 0.19 | 0.62 |
| Hex | B0 | 9D | 8C | 0 | B | 14 | 1F | 1C | 13 | 3E |
| Octal | 260 | 235 | 214 | 0 | 13 | 24 | 37 | 34 | 23 | 76 |
| Binary | 10110000 | 10011101 | 10001100 | 0 | 1011 | 10100 | 11111 | 11100 | 10011 | 111110 |
Color Harmonies of #B09D8C
Complementary color
Monochromatic Colors of #B09D8C
Black with #B09D8C
Text Example
Text Example
White with #B09D8C
Text Example
Text Example
HTML Codes & Css Web 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>