Shades of Rosy Brown #B68A88
Tints of Rosy Brown #B68A88
RGB
CMYK
RGB Variations
Color information
#B68A88 (or 0xB68A88) is known color: Rosy Brown. HEX triplet: B6, 8A and 88. RGB value is (182,138,136). Sum of RGB (Red+Green+Blue) = 182+138+136=456 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.91% from 456); Green value is 138 (54.30% from 255 or 30.26% from 456); Blue value is 136 (53.52% from 255 or 29.82% from 456); Max value from RGB is 182 - color contains mainly: red. Hex color #B68A88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B68A88 is #497577. Grayscale: #969696. Windows color (decimal): -4814200 or 8948406. OLE color: 8948406.
HSL color Cylindrical-coordinate representation of color #B68A88: hue angle of 2.61º 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 #B68A88 is Cyan = 0, Magento = 0.24, Yellow = 0.25 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 138 | 136 | - |
| CMYK | 0 | 0.24 | 0.25 | 0.29 |
| HSL | 2.61º | 0.24% | 0.62% | - |
| HSV(B) | 2.61º | 0.25% | 0.71% | - |
| XYZ | 32.82 | 29.9 | 27.33 | - |
| YUV | 150.93 | 119.58 | 150.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 138 | 136 | 0 | 0.24 | 0.25 | 0.29 | 2.61 | 0.24 | 0.62 |
| Hex | B6 | 8A | 88 | 0 | 18 | 19 | 1D | 3 | 18 | 3E |
| Octal | 266 | 212 | 210 | 0 | 30 | 31 | 35 | 3 | 30 | 76 |
| Binary | 10110110 | 10001010 | 10001000 | 0 | 11000 | 11001 | 11101 | 11 | 11000 | 111110 |
Color Harmonies of #B68A88
Complementary color
Monochromatic Colors of #B68A88
Black with #B68A88
Text Example
Text Example
White with #B68A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68A88; }
p { color: rgb(182,138,136); }
H1.HeaderClassName
{
color: #B68A88;
}
.AnyTagClassName
{
color: #B68A88;
}
</style>
background-color css
<style>
a { background-color: #B68A88; }
a { background-color: rgb(182,138,136); }
div.DivClassName
{
background-color: #B68A88;
}
.BgClassName
{
background-color: #B68A88;
}
</style>
border-color css
<style>
span { border-color: #B68A88; }
span { border-color: rgb(182,138,136); }
td.TdClassName
{
border-color: #B68A88;
}
.TagClassName
{
border-color: #B68A88;
}
</style>