Shades of Akaroa #BDB49D
Tints of Akaroa #BDB49D
RGB
CMYK
RGB Variations
Color information
#BDB49D (or 0xBDB49D) is known color: Akaroa. HEX triplet: BD, B4 and 9D. RGB value is (189,180,157). Sum of RGB (Red+Green+Blue) = 189+180+157=526 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.93% from 526); Green value is 180 (70.70% from 255 or 34.22% from 526); Blue value is 157 (61.72% from 255 or 29.85% from 526); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB49D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB49D is #424B62. Grayscale: #B4B4B4. Windows color (decimal): -4344675 or 10335421. OLE color: 10335421.
HSL color Cylindrical-coordinate representation of color #BDB49D: hue angle of 43.12º 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 #BDB49D is Cyan = 0, Magento = 0.05, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 180 | 157 | - |
| CMYK | 0 | 0.05 | 0.17 | 0.26 |
| HSL | 43.13º | 0.2% | 0.68% | - |
| HSV(B) | 43.13º | 0.17% | 0.74% | - |
| XYZ | 43.39 | 45.9 | 38.47 | - |
| YUV | 180.07 | 114.98 | 134.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 180 | 157 | 0 | 0.05 | 0.17 | 0.26 | 43.13 | 0.2 | 0.68 |
| Hex | BD | B4 | 9D | 0 | 5 | 11 | 1A | 2B | 14 | 44 |
| Octal | 275 | 264 | 235 | 0 | 5 | 21 | 32 | 53 | 24 | 104 |
| Binary | 10111101 | 10110100 | 10011101 | 0 | 101 | 10001 | 11010 | 101011 | 10100 | 1000100 |
Color Harmonies of #BDB49D
Complementary color
Monochromatic Colors of #BDB49D
Black with #BDB49D
Text Example
Text Example
White with #BDB49D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB49D; }
p { color: rgb(189,180,157); }
H1.HeaderClassName
{
color: #BDB49D;
}
.AnyTagClassName
{
color: #BDB49D;
}
</style>
background-color css
<style>
a { background-color: #BDB49D; }
a { background-color: rgb(189,180,157); }
div.DivClassName
{
background-color: #BDB49D;
}
.BgClassName
{
background-color: #BDB49D;
}
</style>
border-color css
<style>
span { border-color: #BDB49D; }
span { border-color: rgb(189,180,157); }
td.TdClassName
{
border-color: #BDB49D;
}
.TagClassName
{
border-color: #BDB49D;
}
</style>