Shades of Rosy Brown #B38B8A
Tints of Rosy Brown #B38B8A
RGB
CMYK
RGB Variations
Color information
#B38B8A (or 0xB38B8A) is known color: Rosy Brown. HEX triplet: B3, 8B and 8A. RGB value is (179,139,138). Sum of RGB (Red+Green+Blue) = 179+139+138=456 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.25% from 456); Green value is 139 (54.69% from 255 or 30.48% from 456); Blue value is 138 (54.30% from 255 or 30.26% from 456); Max value from RGB is 179 - color contains mainly: red. Hex color #B38B8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38B8A is #4C7475. Grayscale: #969696. Windows color (decimal): -5010550 or 9079731. OLE color: 9079731.
HSL color Cylindrical-coordinate representation of color #B38B8A: hue angle of 1.46º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B38B8A is Cyan = 0, Magento = 0.22, Yellow = 0.23 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 139 | 138 | - |
| CMYK | 0 | 0.22 | 0.23 | 0.30 |
| HSL | 1.46º | 0.21% | 0.62% | - |
| HSV(B) | 1.46º | 0.23% | 0.7% | - |
| XYZ | 32.41 | 29.88 | 28.1 | - |
| YUV | 150.85 | 120.75 | 148.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 139 | 138 | 0 | 0.22 | 0.23 | 0.30 | 1.46 | 0.21 | 0.62 |
| Hex | B3 | 8B | 8A | 0 | 16 | 17 | 1E | 1 | 15 | 3E |
| Octal | 263 | 213 | 212 | 0 | 26 | 27 | 36 | 1 | 25 | 76 |
| Binary | 10110011 | 10001011 | 10001010 | 0 | 10110 | 10111 | 11110 | 1 | 10101 | 111110 |
Color Harmonies of #B38B8A
Complementary color
Monochromatic Colors of #B38B8A
Black with #B38B8A
Text Example
Text Example
White with #B38B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38B8A; }
p { color: rgb(179,139,138); }
H1.HeaderClassName
{
color: #B38B8A;
}
.AnyTagClassName
{
color: #B38B8A;
}
</style>
background-color css
<style>
a { background-color: #B38B8A; }
a { background-color: rgb(179,139,138); }
div.DivClassName
{
background-color: #B38B8A;
}
.BgClassName
{
background-color: #B38B8A;
}
</style>
border-color css
<style>
span { border-color: #B38B8A; }
span { border-color: rgb(179,139,138); }
td.TdClassName
{
border-color: #B38B8A;
}
.TagClassName
{
border-color: #B38B8A;
}
</style>