Shades of Rosy Brown #B68D8D
Tints of Rosy Brown #B68D8D
RGB
CMYK
RGB Variations
Color information
#B68D8D (or 0xB68D8D) is known color: Rosy Brown. HEX triplet: B6, 8D and 8D. RGB value is (182,141,141). Sum of RGB (Red+Green+Blue) = 182+141+141=464 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.22% from 464); Green value is 141 (55.47% from 255 or 30.39% from 464); Blue value is 141 (55.47% from 255 or 30.39% from 464); Max value from RGB is 182 - color contains mainly: red. Hex color #B68D8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B68D8D is #497272. Grayscale: #999999. Windows color (decimal): -4813427 or 9276854. OLE color: 9276854.
HSL color Cylindrical-coordinate representation of color #B68D8D: hue angle of 0º degrees, saturation: 0.22, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B68D8D is Cyan = 0, Magento = 0.23, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 141 | 141 | - |
| CMYK | 0 | 0.23 | 0.23 | 0.29 |
| HSL | 0º | 0.22% | 0.63% | - |
| HSV(B) | 0º | 0.23% | 0.71% | - |
| XYZ | 33.62 | 30.92 | 29.39 | - |
| YUV | 153.26 | 121.08 | 148.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 141 | 141 | 0 | 0.23 | 0.23 | 0.29 | 0 | 0.22 | 0.63 |
| Hex | B6 | 8D | 8D | 0 | 17 | 17 | 1D | 0 | 16 | 3F |
| Octal | 266 | 215 | 215 | 0 | 27 | 27 | 35 | 0 | 26 | 77 |
| Binary | 10110110 | 10001101 | 10001101 | 0 | 10111 | 10111 | 11101 | 0 | 10110 | 111111 |
Color Harmonies of #B68D8D
Complementary color
Monochromatic Colors of #B68D8D
Black with #B68D8D
Text Example
Text Example
White with #B68D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68D8D; }
p { color: rgb(182,141,141); }
H1.HeaderClassName
{
color: #B68D8D;
}
.AnyTagClassName
{
color: #B68D8D;
}
</style>
background-color css
<style>
a { background-color: #B68D8D; }
a { background-color: rgb(182,141,141); }
div.DivClassName
{
background-color: #B68D8D;
}
.BgClassName
{
background-color: #B68D8D;
}
</style>
border-color css
<style>
span { border-color: #B68D8D; }
span { border-color: rgb(182,141,141); }
td.TdClassName
{
border-color: #B68D8D;
}
.TagClassName
{
border-color: #B68D8D;
}
</style>