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