Shades of Akaroa #BDB495
Tints of Akaroa #BDB495
RGB
CMYK
RGB Variations
Color information
#BDB495 (or 0xBDB495) is known color: Akaroa. HEX triplet: BD, B4 and 95. RGB value is (189,180,149). Sum of RGB (Red+Green+Blue) = 189+180+149=518 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.49% from 518); Green value is 180 (70.70% from 255 or 34.75% from 518); Blue value is 149 (58.59% from 255 or 28.76% from 518); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB495 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB495 is #424B6A. Grayscale: #B3B3B3. Windows color (decimal): -4344683 or 9811133. OLE color: 9811133.
HSL color Cylindrical-coordinate representation of color #BDB495: hue angle of 46.5º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDB495 is Cyan = 0, Magento = 0.05, Yellow = 0.21 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 180 | 149 | - |
| CMYK | 0 | 0.05 | 0.21 | 0.26 |
| HSL | 46.5º | 0.23% | 0.66% | - |
| HSV(B) | 46.5º | 0.21% | 0.74% | - |
| XYZ | 42.73 | 45.63 | 34.99 | - |
| YUV | 179.16 | 110.98 | 135.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 180 | 149 | 0 | 0.05 | 0.21 | 0.26 | 46.5 | 0.23 | 0.66 |
| Hex | BD | B4 | 95 | 0 | 5 | 15 | 1A | 2E | 17 | 42 |
| Octal | 275 | 264 | 225 | 0 | 5 | 25 | 32 | 56 | 27 | 102 |
| Binary | 10111101 | 10110100 | 10010101 | 0 | 101 | 10101 | 11010 | 101110 | 10111 | 1000010 |
Color Harmonies of #BDB495
Complementary color
Monochromatic Colors of #BDB495
Black with #BDB495
Text Example
Text Example
White with #BDB495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB495; }
p { color: rgb(189,180,149); }
H1.HeaderClassName
{
color: #BDB495;
}
.AnyTagClassName
{
color: #BDB495;
}
</style>
background-color css
<style>
a { background-color: #BDB495; }
a { background-color: rgb(189,180,149); }
div.DivClassName
{
background-color: #BDB495;
}
.BgClassName
{
background-color: #BDB495;
}
</style>
border-color css
<style>
span { border-color: #BDB495; }
span { border-color: rgb(189,180,149); }
td.TdClassName
{
border-color: #BDB495;
}
.TagClassName
{
border-color: #BDB495;
}
</style>