Shades of Akaroa #BDB39D
Tints of Akaroa #BDB39D
RGB
CMYK
RGB Variations
Color information
#BDB39D (or 0xBDB39D) is known color: Akaroa. HEX triplet: BD, B3 and 9D. RGB value is (189,179,157). Sum of RGB (Red+Green+Blue) = 189+179+157=525 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36% from 525); Green value is 179 (70.31% from 255 or 34.10% from 525); Blue value is 157 (61.72% from 255 or 29.90% from 525); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB39D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB39D is #424C62. Grayscale: #B3B3B3. Windows color (decimal): -4344931 or 10335165. OLE color: 10335165.
HSL color Cylindrical-coordinate representation of color #BDB39D: hue angle of 41.25º 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 #BDB39D is Cyan = 0, Magento = 0.05, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 179 | 157 | - |
| CMYK | 0 | 0.05 | 0.17 | 0.26 |
| HSL | 41.25º | 0.2% | 0.68% | - |
| HSV(B) | 41.25º | 0.17% | 0.74% | - |
| XYZ | 43.19 | 45.49 | 38.4 | - |
| YUV | 179.48 | 115.31 | 134.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 179 | 157 | 0 | 0.05 | 0.17 | 0.26 | 41.25 | 0.2 | 0.68 |
| Hex | BD | B3 | 9D | 0 | 5 | 11 | 1A | 29 | 14 | 44 |
| Octal | 275 | 263 | 235 | 0 | 5 | 21 | 32 | 51 | 24 | 104 |
| Binary | 10111101 | 10110011 | 10011101 | 0 | 101 | 10001 | 11010 | 101001 | 10100 | 1000100 |
Color Harmonies of #BDB39D
Complementary color
Monochromatic Colors of #BDB39D
Black with #BDB39D
Text Example
Text Example
White with #BDB39D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB39D; }
p { color: rgb(189,179,157); }
H1.HeaderClassName
{
color: #BDB39D;
}
.AnyTagClassName
{
color: #BDB39D;
}
</style>
background-color css
<style>
a { background-color: #BDB39D; }
a { background-color: rgb(189,179,157); }
div.DivClassName
{
background-color: #BDB39D;
}
.BgClassName
{
background-color: #BDB39D;
}
</style>
border-color css
<style>
span { border-color: #BDB39D; }
span { border-color: rgb(189,179,157); }
td.TdClassName
{
border-color: #BDB39D;
}
.TagClassName
{
border-color: #BDB39D;
}
</style>