Shades of Rosy Brown #B38A88
Tints of Rosy Brown #B38A88
RGB
CMYK
RGB Variations
Color information
#B38A88 (or 0xB38A88) is known color: Rosy Brown. HEX triplet: B3, 8A and 88. RGB value is (179,138,136). Sum of RGB (Red+Green+Blue) = 179+138+136=453 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.51% from 453); Green value is 138 (54.30% from 255 or 30.46% from 453); Blue value is 136 (53.52% from 255 or 30.02% from 453); Max value from RGB is 179 - color contains mainly: red. Hex color #B38A88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38A88 is #4C7577. Grayscale: #969696. Windows color (decimal): -5010808 or 8948403. OLE color: 8948403.
HSL color Cylindrical-coordinate representation of color #B38A88: hue angle of 2.79º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B38A88 is Cyan = 0, Magento = 0.23, Yellow = 0.24 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 138 | 136 | - |
| CMYK | 0 | 0.23 | 0.24 | 0.30 |
| HSL | 2.79º | 0.22% | 0.62% | - |
| HSV(B) | 2.79º | 0.24% | 0.7% | - |
| XYZ | 32.12 | 29.54 | 27.3 | - |
| YUV | 150.03 | 120.08 | 148.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 138 | 136 | 0 | 0.23 | 0.24 | 0.30 | 2.79 | 0.22 | 0.62 |
| Hex | B3 | 8A | 88 | 0 | 17 | 18 | 1E | 3 | 16 | 3E |
| Octal | 263 | 212 | 210 | 0 | 27 | 30 | 36 | 3 | 26 | 76 |
| Binary | 10110011 | 10001010 | 10001000 | 0 | 10111 | 11000 | 11110 | 11 | 10110 | 111110 |
Color Harmonies of #B38A88
Complementary color
Monochromatic Colors of #B38A88
Black with #B38A88
Text Example
Text Example
White with #B38A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38A88; }
p { color: rgb(179,138,136); }
H1.HeaderClassName
{
color: #B38A88;
}
.AnyTagClassName
{
color: #B38A88;
}
</style>
background-color css
<style>
a { background-color: #B38A88; }
a { background-color: rgb(179,138,136); }
div.DivClassName
{
background-color: #B38A88;
}
.BgClassName
{
background-color: #B38A88;
}
</style>
border-color css
<style>
span { border-color: #B38A88; }
span { border-color: rgb(179,138,136); }
td.TdClassName
{
border-color: #B38A88;
}
.TagClassName
{
border-color: #B38A88;
}
</style>