Shades of Akaroa #BDB59D
Tints of Akaroa #BDB59D
RGB
CMYK
RGB Variations
Color information
#BDB59D (or 0xBDB59D) is known color: Akaroa. HEX triplet: BD, B5 and 9D. RGB value is (189,181,157). Sum of RGB (Red+Green+Blue) = 189+181+157=527 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.86% from 527); Green value is 181 (71.09% from 255 or 34.35% from 527); Blue value is 157 (61.72% from 255 or 29.79% from 527); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB59D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB59D is #424A62. Grayscale: #B4B4B4. Windows color (decimal): -4344419 or 10335677. OLE color: 10335677.
HSL color Cylindrical-coordinate representation of color #BDB59D: hue angle of 45º 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 #BDB59D is Cyan = 0, Magento = 0.04, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 181 | 157 | - |
| CMYK | 0 | 0.04 | 0.17 | 0.26 |
| HSL | 45º | 0.2% | 0.68% | - |
| HSV(B) | 45º | 0.17% | 0.74% | - |
| XYZ | 43.6 | 46.3 | 38.54 | - |
| YUV | 180.66 | 114.65 | 133.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 181 | 157 | 0 | 0.04 | 0.17 | 0.26 | 45 | 0.2 | 0.68 |
| Hex | BD | B5 | 9D | 0 | 4 | 11 | 1A | 2D | 14 | 44 |
| Octal | 275 | 265 | 235 | 0 | 4 | 21 | 32 | 55 | 24 | 104 |
| Binary | 10111101 | 10110101 | 10011101 | 0 | 100 | 10001 | 11010 | 101101 | 10100 | 1000100 |
Color Harmonies of #BDB59D
Complementary color
Monochromatic Colors of #BDB59D
Black with #BDB59D
Text Example
Text Example
White with #BDB59D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB59D; }
p { color: rgb(189,181,157); }
H1.HeaderClassName
{
color: #BDB59D;
}
.AnyTagClassName
{
color: #BDB59D;
}
</style>
background-color css
<style>
a { background-color: #BDB59D; }
a { background-color: rgb(189,181,157); }
div.DivClassName
{
background-color: #BDB59D;
}
.BgClassName
{
background-color: #BDB59D;
}
</style>
border-color css
<style>
span { border-color: #BDB59D; }
span { border-color: rgb(189,181,157); }
td.TdClassName
{
border-color: #BDB59D;
}
.TagClassName
{
border-color: #BDB59D;
}
</style>