Shades of Akaroa #BDB09D
Tints of Akaroa #BDB09D
RGB
CMYK
RGB Variations
Color information
#BDB09D (or 0xBDB09D) is known color: Akaroa. HEX triplet: BD, B0 and 9D. RGB value is (189,176,157). Sum of RGB (Red+Green+Blue) = 189+176+157=522 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.21% from 522); Green value is 176 (69.14% from 255 or 33.72% from 522); Blue value is 157 (61.72% from 255 or 30.08% from 522); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB09D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDB09D is #424F62. Grayscale: #B1B1B1. Windows color (decimal): -4345699 or 10334397. OLE color: 10334397.
HSL color Cylindrical-coordinate representation of color #BDB09D: hue angle of 35.62º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BDB09D is Cyan = 0, Magento = 0.07, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 176 | 157 | - |
| CMYK | 0 | 0.07 | 0.17 | 0.26 |
| HSL | 35.63º | 0.2% | 0.68% | - |
| HSV(B) | 35.63º | 0.17% | 0.74% | - |
| XYZ | 42.6 | 44.3 | 38.2 | - |
| YUV | 177.72 | 116.31 | 136.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 176 | 157 | 0 | 0.07 | 0.17 | 0.26 | 35.63 | 0.2 | 0.68 |
| Hex | BD | B0 | 9D | 0 | 7 | 11 | 1A | 24 | 14 | 44 |
| Octal | 275 | 260 | 235 | 0 | 7 | 21 | 32 | 44 | 24 | 104 |
| Binary | 10111101 | 10110000 | 10011101 | 0 | 111 | 10001 | 11010 | 100100 | 10100 | 1000100 |
Color Harmonies of #BDB09D
Complementary color
Monochromatic Colors of #BDB09D
Black with #BDB09D
Text Example
Text Example
White with #BDB09D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB09D; }
p { color: rgb(189,176,157); }
H1.HeaderClassName
{
color: #BDB09D;
}
.AnyTagClassName
{
color: #BDB09D;
}
</style>
background-color css
<style>
a { background-color: #BDB09D; }
a { background-color: rgb(189,176,157); }
div.DivClassName
{
background-color: #BDB09D;
}
.BgClassName
{
background-color: #BDB09D;
}
</style>
border-color css
<style>
span { border-color: #BDB09D; }
span { border-color: rgb(189,176,157); }
td.TdClassName
{
border-color: #BDB09D;
}
.TagClassName
{
border-color: #BDB09D;
}
</style>