Shades of Rosy Brown #BD8C8B
Tints of Rosy Brown #BD8C8B
RGB
CMYK
RGB Variations
Color information
#BD8C8B (or 0xBD8C8B) is known color: Rosy Brown. HEX triplet: BD, 8C and 8B. RGB value is (189,140,139). Sum of RGB (Red+Green+Blue) = 189+140+139=468 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.38% from 468); Green value is 140 (55.08% from 255 or 29.91% from 468); Blue value is 139 (54.69% from 255 or 29.70% from 468); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8C8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8C8B is #427374. Grayscale: #9A9A9A. Windows color (decimal): -4354933 or 9145533. OLE color: 9145533.
HSL color Cylindrical-coordinate representation of color #BD8C8B: hue angle of 1.2º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BD8C8B is Cyan = 0, Magento = 0.26, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 140 | 139 | - |
| CMYK | 0 | 0.26 | 0.26 | 0.26 |
| HSL | 1.2º | 0.27% | 0.64% | - |
| HSV(B) | 1.2º | 0.26% | 0.74% | - |
| XYZ | 35.02 | 31.44 | 28.65 | - |
| YUV | 154.54 | 119.23 | 152.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 140 | 139 | 0 | 0.26 | 0.26 | 0.26 | 1.2 | 0.27 | 0.64 |
| Hex | BD | 8C | 8B | 0 | 1A | 1A | 1A | 1 | 1B | 40 |
| Octal | 275 | 214 | 213 | 0 | 32 | 32 | 32 | 1 | 33 | 100 |
| Binary | 10111101 | 10001100 | 10001011 | 0 | 11010 | 11010 | 11010 | 1 | 11011 | 1000000 |
Color Harmonies of #BD8C8B
Complementary color
Monochromatic Colors of #BD8C8B
Black with #BD8C8B
Text Example
Text Example
White with #BD8C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8C8B; }
p { color: rgb(189,140,139); }
H1.HeaderClassName
{
color: #BD8C8B;
}
.AnyTagClassName
{
color: #BD8C8B;
}
</style>
background-color css
<style>
a { background-color: #BD8C8B; }
a { background-color: rgb(189,140,139); }
div.DivClassName
{
background-color: #BD8C8B;
}
.BgClassName
{
background-color: #BD8C8B;
}
</style>
border-color css
<style>
span { border-color: #BD8C8B; }
span { border-color: rgb(189,140,139); }
td.TdClassName
{
border-color: #BD8C8B;
}
.TagClassName
{
border-color: #BD8C8B;
}
</style>