Shades of Akaroa #BDB39B
Tints of Akaroa #BDB39B
RGB
CMYK
RGB Variations
Color information
#BDB39B (or 0xBDB39B) is known color: Akaroa. HEX triplet: BD, B3 and 9B. RGB value is (189,179,155). Sum of RGB (Red+Green+Blue) = 189+179+155=523 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.14% from 523); Green value is 179 (70.31% from 255 or 34.23% from 523); Blue value is 155 (60.94% from 255 or 29.64% from 523); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB39B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB39B is #424C64. Grayscale: #B3B3B3. Windows color (decimal): -4344933 or 10204093. OLE color: 10204093.
HSL color Cylindrical-coordinate representation of color #BDB39B: hue angle of 42.35º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BDB39B is Cyan = 0, Magento = 0.05, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 179 | 155 | - |
| CMYK | 0 | 0.05 | 0.18 | 0.26 |
| HSL | 42.35º | 0.2% | 0.67% | - |
| HSV(B) | 42.35º | 0.18% | 0.74% | - |
| XYZ | 43.02 | 45.43 | 37.51 | - |
| YUV | 179.25 | 114.31 | 134.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 179 | 155 | 0 | 0.05 | 0.18 | 0.26 | 42.35 | 0.2 | 0.67 |
| Hex | BD | B3 | 9B | 0 | 5 | 12 | 1A | 2A | 14 | 43 |
| Octal | 275 | 263 | 233 | 0 | 5 | 22 | 32 | 52 | 24 | 103 |
| Binary | 10111101 | 10110011 | 10011011 | 0 | 101 | 10010 | 11010 | 101010 | 10100 | 1000011 |
Color Harmonies of #BDB39B
Complementary color
Monochromatic Colors of #BDB39B
Black with #BDB39B
Text Example
Text Example
White with #BDB39B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB39B; }
p { color: rgb(189,179,155); }
H1.HeaderClassName
{
color: #BDB39B;
}
.AnyTagClassName
{
color: #BDB39B;
}
</style>
background-color css
<style>
a { background-color: #BDB39B; }
a { background-color: rgb(189,179,155); }
div.DivClassName
{
background-color: #BDB39B;
}
.BgClassName
{
background-color: #BDB39B;
}
</style>
border-color css
<style>
span { border-color: #BDB39B; }
span { border-color: rgb(189,179,155); }
td.TdClassName
{
border-color: #BDB39B;
}
.TagClassName
{
border-color: #BDB39B;
}
</style>