Shades of Charm #BD8385
Tints of Charm #BD8385
RGB
CMYK
RGB Variations
Color information
#BD8385 (or 0xBD8385) is known color: Charm. HEX triplet: BD, 83 and 85. RGB value is (189,131,133). Sum of RGB (Red+Green+Blue) = 189+131+133=453 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.72% from 453); Green value is 131 (51.56% from 255 or 28.92% from 453); Blue value is 133 (52.34% from 255 or 29.36% from 453); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8385 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8385 is #427C7A. Grayscale: #949494. Windows color (decimal): -4357243 or 8750013. OLE color: 8750013.
HSL color Cylindrical-coordinate representation of color #BD8385: hue angle of 357.93º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BD8385 is Cyan = 0, Magento = 0.31, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 131 | 133 | - |
| CMYK | 0 | 0.31 | 0.30 | 0.26 |
| HSL | 357.93º | 0.31% | 0.63% | - |
| HSV(B) | 357.93º | 0.31% | 0.74% | - |
| XYZ | 33.34 | 28.74 | 25.98 | - |
| YUV | 148.57 | 119.22 | 156.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 131 | 133 | 0 | 0.31 | 0.30 | 0.26 | 357.93 | 0.31 | 0.63 |
| Hex | BD | 83 | 85 | 0 | 1F | 1E | 1A | 166 | 1F | 3F |
| Octal | 275 | 203 | 205 | 0 | 37 | 36 | 32 | 546 | 37 | 77 |
| Binary | 10111101 | 10000011 | 10000101 | 0 | 11111 | 11110 | 11010 | 101100110 | 11111 | 111111 |
Color Harmonies of #BD8385
Complementary color
Monochromatic Colors of #BD8385
Black with #BD8385
Text Example
Text Example
White with #BD8385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8385; }
p { color: rgb(189,131,133); }
H1.HeaderClassName
{
color: #BD8385;
}
.AnyTagClassName
{
color: #BD8385;
}
</style>
background-color css
<style>
a { background-color: #BD8385; }
a { background-color: rgb(189,131,133); }
div.DivClassName
{
background-color: #BD8385;
}
.BgClassName
{
background-color: #BD8385;
}
</style>
border-color css
<style>
span { border-color: #BD8385; }
span { border-color: rgb(189,131,133); }
td.TdClassName
{
border-color: #BD8385;
}
.TagClassName
{
border-color: #BD8385;
}
</style>