Shades of Zorba #B09C8A
Tints of Zorba #B09C8A
RGB
CMYK
RGB Variations
Color information
#B09C8A (or 0xB09C8A) is known color: Zorba. HEX triplet: B0, 9C and 8A. RGB value is (176,156,138). Sum of RGB (Red+Green+Blue) = 176+156+138=470 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.45% from 470); Green value is 156 (61.33% from 255 or 33.19% from 470); Blue value is 138 (54.30% from 255 or 29.36% from 470); Max value from RGB is 176 - color contains mainly: red. Hex color #B09C8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09C8A is #4F6375. Grayscale: #A0A0A0. Windows color (decimal): -5202806 or 9084080. OLE color: 9084080.
HSL color Cylindrical-coordinate representation of color #B09C8A: hue angle of 28.42º degrees, saturation: 0.19, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B09C8A is Cyan = 0, Magento = 0.11, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 156 | 138 | - |
| CMYK | 0 | 0.11 | 0.22 | 0.31 |
| HSL | 28.42º | 0.19% | 0.62% | - |
| HSV(B) | 28.42º | 0.22% | 0.69% | - |
| XYZ | 34.38 | 34.84 | 28.96 | - |
| YUV | 159.93 | 115.63 | 139.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 156 | 138 | 0 | 0.11 | 0.22 | 0.31 | 28.42 | 0.19 | 0.62 |
| Hex | B0 | 9C | 8A | 0 | B | 16 | 1F | 1C | 13 | 3E |
| Octal | 260 | 234 | 212 | 0 | 13 | 26 | 37 | 34 | 23 | 76 |
| Binary | 10110000 | 10011100 | 10001010 | 0 | 1011 | 10110 | 11111 | 11100 | 10011 | 111110 |
Color Harmonies of #B09C8A
Complementary color
Monochromatic Colors of #B09C8A
Black with #B09C8A
Text Example
Text Example
White with #B09C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09C8A; }
p { color: rgb(176,156,138); }
H1.HeaderClassName
{
color: #B09C8A;
}
.AnyTagClassName
{
color: #B09C8A;
}
</style>
background-color css
<style>
a { background-color: #B09C8A; }
a { background-color: rgb(176,156,138); }
div.DivClassName
{
background-color: #B09C8A;
}
.BgClassName
{
background-color: #B09C8A;
}
</style>
border-color css
<style>
span { border-color: #B09C8A; }
span { border-color: rgb(176,156,138); }
td.TdClassName
{
border-color: #B09C8A;
}
.TagClassName
{
border-color: #B09C8A;
}
</style>