Shades of Akaroa #BDB095
Tints of Akaroa #BDB095
RGB
CMYK
RGB Variations
Color information
#BDB095 (or 0xBDB095) is known color: Akaroa. HEX triplet: BD, B0 and 95. RGB value is (189,176,149). Sum of RGB (Red+Green+Blue) = 189+176+149=514 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.77% from 514); Green value is 176 (69.14% from 255 or 34.24% from 514); Blue value is 149 (58.59% from 255 or 28.99% from 514); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB095 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDB095 is #424F6A. Grayscale: #B0B0B0. Windows color (decimal): -4345707 or 9810109. OLE color: 9810109.
HSL color Cylindrical-coordinate representation of color #BDB095: hue angle of 40.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 #BDB095 is Cyan = 0, Magento = 0.07, Yellow = 0.21 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 176 | 149 | - |
| CMYK | 0 | 0.07 | 0.21 | 0.26 |
| HSL | 40.5º | 0.23% | 0.66% | - |
| HSV(B) | 40.5º | 0.21% | 0.74% | - |
| XYZ | 41.94 | 44.04 | 34.72 | - |
| YUV | 176.81 | 112.31 | 136.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 176 | 149 | 0 | 0.07 | 0.21 | 0.26 | 40.5 | 0.23 | 0.66 |
| Hex | BD | B0 | 95 | 0 | 7 | 15 | 1A | 28 | 17 | 42 |
| Octal | 275 | 260 | 225 | 0 | 7 | 25 | 32 | 50 | 27 | 102 |
| Binary | 10111101 | 10110000 | 10010101 | 0 | 111 | 10101 | 11010 | 101000 | 10111 | 1000010 |
Color Harmonies of #BDB095
Complementary color
Monochromatic Colors of #BDB095
Black with #BDB095
Text Example
Text Example
White with #BDB095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB095; }
p { color: rgb(189,176,149); }
H1.HeaderClassName
{
color: #BDB095;
}
.AnyTagClassName
{
color: #BDB095;
}
</style>
background-color css
<style>
a { background-color: #BDB095; }
a { background-color: rgb(189,176,149); }
div.DivClassName
{
background-color: #BDB095;
}
.BgClassName
{
background-color: #BDB095;
}
</style>
border-color css
<style>
span { border-color: #BDB095; }
span { border-color: rgb(189,176,149); }
td.TdClassName
{
border-color: #BDB095;
}
.TagClassName
{
border-color: #BDB095;
}
</style>