Shades of Rosy Brown #B38C8C
Tints of Rosy Brown #B38C8C
RGB
CMYK
RGB Variations
Color information
#B38C8C (or 0xB38C8C) is known color: Rosy Brown. HEX triplet: B3, 8C and 8C. RGB value is (179,140,140). Sum of RGB (Red+Green+Blue) = 179+140+140=459 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.00% from 459); Green value is 140 (55.08% from 255 or 30.50% from 459); Blue value is 140 (55.08% from 255 or 30.50% from 459); Max value from RGB is 179 - color contains mainly: red. Hex color #B38C8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38C8C is #4C7373. Grayscale: #979797. Windows color (decimal): -5010292 or 9211059. OLE color: 9211059.
HSL color Cylindrical-coordinate representation of color #B38C8C: hue angle of 0º degrees, saturation: 0.2, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B38C8C is Cyan = 0, Magento = 0.22, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 140 | 140 | - |
| CMYK | 0 | 0.22 | 0.22 | 0.30 |
| HSL | 0º | 0.2% | 0.63% | - |
| HSV(B) | 0º | 0.22% | 0.7% | - |
| XYZ | 32.7 | 30.23 | 28.92 | - |
| YUV | 151.66 | 121.42 | 147.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 140 | 140 | 0 | 0.22 | 0.22 | 0.30 | 0 | 0.2 | 0.63 |
| Hex | B3 | 8C | 8C | 0 | 16 | 16 | 1E | 0 | 14 | 3F |
| Octal | 263 | 214 | 214 | 0 | 26 | 26 | 36 | 0 | 24 | 77 |
| Binary | 10110011 | 10001100 | 10001100 | 0 | 10110 | 10110 | 11110 | 0 | 10100 | 111111 |
Color Harmonies of #B38C8C
Complementary color
Monochromatic Colors of #B38C8C
Black with #B38C8C
Text Example
Text Example
White with #B38C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38C8C; }
p { color: rgb(179,140,140); }
H1.HeaderClassName
{
color: #B38C8C;
}
.AnyTagClassName
{
color: #B38C8C;
}
</style>
background-color css
<style>
a { background-color: #B38C8C; }
a { background-color: rgb(179,140,140); }
div.DivClassName
{
background-color: #B38C8C;
}
.BgClassName
{
background-color: #B38C8C;
}
</style>
border-color css
<style>
span { border-color: #B38C8C; }
span { border-color: rgb(179,140,140); }
td.TdClassName
{
border-color: #B38C8C;
}
.TagClassName
{
border-color: #B38C8C;
}
</style>