Shades of Akaroa #BDB09A
Tints of Akaroa #BDB09A
RGB
CMYK
RGB Variations
Color information
#BDB09A (or 0xBDB09A) is known color: Akaroa. HEX triplet: BD, B0 and 9A. RGB value is (189,176,154). Sum of RGB (Red+Green+Blue) = 189+176+154=519 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.42% from 519); Green value is 176 (69.14% from 255 or 33.91% from 519); Blue value is 154 (60.55% from 255 or 29.67% from 519); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB09A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDB09A is #424F65. Grayscale: #B1B1B1. Windows color (decimal): -4345702 or 10137789. OLE color: 10137789.
HSL color Cylindrical-coordinate representation of color #BDB09A: hue angle of 37.71º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BDB09A is Cyan = 0, Magento = 0.07, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 176 | 154 | - |
| CMYK | 0 | 0.07 | 0.19 | 0.26 |
| HSL | 37.71º | 0.21% | 0.67% | - |
| HSV(B) | 37.71º | 0.19% | 0.74% | - |
| XYZ | 42.34 | 44.2 | 36.87 | - |
| YUV | 177.38 | 114.81 | 136.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 176 | 154 | 0 | 0.07 | 0.19 | 0.26 | 37.71 | 0.21 | 0.67 |
| Hex | BD | B0 | 9A | 0 | 7 | 13 | 1A | 26 | 15 | 43 |
| Octal | 275 | 260 | 232 | 0 | 7 | 23 | 32 | 46 | 25 | 103 |
| Binary | 10111101 | 10110000 | 10011010 | 0 | 111 | 10011 | 11010 | 100110 | 10101 | 1000011 |
Color Harmonies of #BDB09A
Complementary color
Monochromatic Colors of #BDB09A
Black with #BDB09A
Text Example
Text Example
White with #BDB09A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB09A; }
p { color: rgb(189,176,154); }
H1.HeaderClassName
{
color: #BDB09A;
}
.AnyTagClassName
{
color: #BDB09A;
}
</style>
background-color css
<style>
a { background-color: #BDB09A; }
a { background-color: rgb(189,176,154); }
div.DivClassName
{
background-color: #BDB09A;
}
.BgClassName
{
background-color: #BDB09A;
}
</style>
border-color css
<style>
span { border-color: #BDB09A; }
span { border-color: rgb(189,176,154); }
td.TdClassName
{
border-color: #BDB09A;
}
.TagClassName
{
border-color: #BDB09A;
}
</style>