Shades of Akaroa #BDAF93
Tints of Akaroa #BDAF93
RGB
CMYK
RGB Variations
Color information
#BDAF93 (or 0xBDAF93) is known color: Akaroa. HEX triplet: BD, AF and 93. RGB value is (189,175,147). Sum of RGB (Red+Green+Blue) = 189+175+147=511 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.99% from 511); Green value is 175 (68.75% from 255 or 34.25% from 511); Blue value is 147 (57.81% from 255 or 28.77% from 511); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAF93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAF93 is #42506C. Grayscale: #B0B0B0. Windows color (decimal): -4345965 or 9678781. OLE color: 9678781.
HSL color Cylindrical-coordinate representation of color #BDAF93: hue angle of 40º degrees, saturation: 0.24, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDAF93 is Cyan = 0, Magento = 0.07, Yellow = 0.22 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 175 | 147 | - |
| CMYK | 0 | 0.07 | 0.22 | 0.26 |
| HSL | 40º | 0.24% | 0.66% | - |
| HSV(B) | 40º | 0.22% | 0.74% | - |
| XYZ | 41.58 | 43.59 | 33.82 | - |
| YUV | 175.99 | 111.64 | 137.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 175 | 147 | 0 | 0.07 | 0.22 | 0.26 | 40 | 0.24 | 0.66 |
| Hex | BD | AF | 93 | 0 | 7 | 16 | 1A | 28 | 18 | 42 |
| Octal | 275 | 257 | 223 | 0 | 7 | 26 | 32 | 50 | 30 | 102 |
| Binary | 10111101 | 10101111 | 10010011 | 0 | 111 | 10110 | 11010 | 101000 | 11000 | 1000010 |
Color Harmonies of #BDAF93
Complementary color
Monochromatic Colors of #BDAF93
Black with #BDAF93
Text Example
Text Example
White with #BDAF93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAF93; }
p { color: rgb(189,175,147); }
H1.HeaderClassName
{
color: #BDAF93;
}
.AnyTagClassName
{
color: #BDAF93;
}
</style>
background-color css
<style>
a { background-color: #BDAF93; }
a { background-color: rgb(189,175,147); }
div.DivClassName
{
background-color: #BDAF93;
}
.BgClassName
{
background-color: #BDAF93;
}
</style>
border-color css
<style>
span { border-color: #BDAF93; }
span { border-color: rgb(189,175,147); }
td.TdClassName
{
border-color: #BDAF93;
}
.TagClassName
{
border-color: #BDAF93;
}
</style>