Shades of Akaroa #BDB39A
Tints of Akaroa #BDB39A
RGB
CMYK
RGB Variations
Color information
#BDB39A (or 0xBDB39A) is known color: Akaroa. HEX triplet: BD, B3 and 9A. RGB value is (189,179,154). Sum of RGB (Red+Green+Blue) = 189+179+154=522 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.21% from 522); Green value is 179 (70.31% from 255 or 34.29% from 522); Blue value is 154 (60.55% from 255 or 29.50% from 522); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB39A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB39A is #424C65. Grayscale: #B3B3B3. Windows color (decimal): -4344934 or 10138557. OLE color: 10138557.
HSL color Cylindrical-coordinate representation of color #BDB39A: hue angle of 42.86º 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 #BDB39A is Cyan = 0, Magento = 0.05, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 179 | 154 | - |
| CMYK | 0 | 0.05 | 0.19 | 0.26 |
| HSL | 42.86º | 0.21% | 0.67% | - |
| HSV(B) | 42.86º | 0.19% | 0.74% | - |
| XYZ | 42.94 | 45.39 | 37.07 | - |
| YUV | 179.14 | 113.81 | 135.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 179 | 154 | 0 | 0.05 | 0.19 | 0.26 | 42.86 | 0.21 | 0.67 |
| Hex | BD | B3 | 9A | 0 | 5 | 13 | 1A | 2B | 15 | 43 |
| Octal | 275 | 263 | 232 | 0 | 5 | 23 | 32 | 53 | 25 | 103 |
| Binary | 10111101 | 10110011 | 10011010 | 0 | 101 | 10011 | 11010 | 101011 | 10101 | 1000011 |
Color Harmonies of #BDB39A
Complementary color
Monochromatic Colors of #BDB39A
Black with #BDB39A
Text Example
Text Example
White with #BDB39A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB39A; }
p { color: rgb(189,179,154); }
H1.HeaderClassName
{
color: #BDB39A;
}
.AnyTagClassName
{
color: #BDB39A;
}
</style>
background-color css
<style>
a { background-color: #BDB39A; }
a { background-color: rgb(189,179,154); }
div.DivClassName
{
background-color: #BDB39A;
}
.BgClassName
{
background-color: #BDB39A;
}
</style>
border-color css
<style>
span { border-color: #BDB39A; }
span { border-color: rgb(189,179,154); }
td.TdClassName
{
border-color: #BDB39A;
}
.TagClassName
{
border-color: #BDB39A;
}
</style>