Shades of Rosy Brown #B68B88
Tints of Rosy Brown #B68B88
RGB
CMYK
RGB Variations
Color information
#B68B88 (or 0xB68B88) is known color: Rosy Brown. HEX triplet: B6, 8B and 88. RGB value is (182,139,136). Sum of RGB (Red+Green+Blue) = 182+139+136=457 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.82% from 457); Green value is 139 (54.69% from 255 or 30.42% from 457); Blue value is 136 (53.52% from 255 or 29.76% from 457); Max value from RGB is 182 - color contains mainly: red. Hex color #B68B88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B68B88 is #497477. Grayscale: #979797. Windows color (decimal): -4813944 or 8948662. OLE color: 8948662.
HSL color Cylindrical-coordinate representation of color #B68B88: hue angle of 3.91º degrees, saturation: 0.24, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B68B88 is Cyan = 0, Magento = 0.24, Yellow = 0.25 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 139 | 136 | - |
| CMYK | 0 | 0.24 | 0.25 | 0.29 |
| HSL | 3.91º | 0.24% | 0.62% | - |
| HSV(B) | 3.91º | 0.25% | 0.71% | - |
| XYZ | 32.97 | 30.19 | 27.38 | - |
| YUV | 151.52 | 119.25 | 149.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 139 | 136 | 0 | 0.24 | 0.25 | 0.29 | 3.91 | 0.24 | 0.62 |
| Hex | B6 | 8B | 88 | 0 | 18 | 19 | 1D | 4 | 18 | 3E |
| Octal | 266 | 213 | 210 | 0 | 30 | 31 | 35 | 4 | 30 | 76 |
| Binary | 10110110 | 10001011 | 10001000 | 0 | 11000 | 11001 | 11101 | 100 | 11000 | 111110 |
Color Harmonies of #B68B88
Complementary color
Monochromatic Colors of #B68B88
Black with #B68B88
Text Example
Text Example
White with #B68B88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68B88; }
p { color: rgb(182,139,136); }
H1.HeaderClassName
{
color: #B68B88;
}
.AnyTagClassName
{
color: #B68B88;
}
</style>
background-color css
<style>
a { background-color: #B68B88; }
a { background-color: rgb(182,139,136); }
div.DivClassName
{
background-color: #B68B88;
}
.BgClassName
{
background-color: #B68B88;
}
</style>
border-color css
<style>
span { border-color: #B68B88; }
span { border-color: rgb(182,139,136); }
td.TdClassName
{
border-color: #B68B88;
}
.TagClassName
{
border-color: #B68B88;
}
</style>