Shades of Akaroa #BDB49C
Tints of Akaroa #BDB49C
RGB
CMYK
RGB Variations
Color information
#BDB49C (or 0xBDB49C) is known color: Akaroa. HEX triplet: BD, B4 and 9C. RGB value is (189,180,156). Sum of RGB (Red+Green+Blue) = 189+180+156=525 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36% from 525); Green value is 180 (70.70% from 255 or 34.29% from 525); Blue value is 156 (61.33% from 255 or 29.71% from 525); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB49C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB49C is #424B63. Grayscale: #B4B4B4. Windows color (decimal): -4344676 or 10269885. OLE color: 10269885.
HSL color Cylindrical-coordinate representation of color #BDB49C: hue angle of 43.64º 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 #BDB49C is Cyan = 0, Magento = 0.05, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 180 | 156 | - |
| CMYK | 0 | 0.05 | 0.17 | 0.26 |
| HSL | 43.64º | 0.2% | 0.68% | - |
| HSV(B) | 43.64º | 0.17% | 0.74% | - |
| XYZ | 43.31 | 45.86 | 38.02 | - |
| YUV | 179.96 | 114.48 | 134.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 180 | 156 | 0 | 0.05 | 0.17 | 0.26 | 43.64 | 0.2 | 0.68 |
| Hex | BD | B4 | 9C | 0 | 5 | 11 | 1A | 2C | 14 | 44 |
| Octal | 275 | 264 | 234 | 0 | 5 | 21 | 32 | 54 | 24 | 104 |
| Binary | 10111101 | 10110100 | 10011100 | 0 | 101 | 10001 | 11010 | 101100 | 10100 | 1000100 |
Color Harmonies of #BDB49C
Complementary color
Monochromatic Colors of #BDB49C
Black with #BDB49C
Text Example
Text Example
White with #BDB49C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB49C; }
p { color: rgb(189,180,156); }
H1.HeaderClassName
{
color: #BDB49C;
}
.AnyTagClassName
{
color: #BDB49C;
}
</style>
background-color css
<style>
a { background-color: #BDB49C; }
a { background-color: rgb(189,180,156); }
div.DivClassName
{
background-color: #BDB49C;
}
.BgClassName
{
background-color: #BDB49C;
}
</style>
border-color css
<style>
span { border-color: #BDB49C; }
span { border-color: rgb(189,180,156); }
td.TdClassName
{
border-color: #BDB49C;
}
.TagClassName
{
border-color: #BDB49C;
}
</style>