Shades of Rosy Brown #B28C8A
Tints of Rosy Brown #B28C8A
RGB
CMYK
RGB Variations
Color information
#B28C8A (or 0xB28C8A) is known color: Rosy Brown. HEX triplet: B2, 8C and 8A. RGB value is (178,140,138). Sum of RGB (Red+Green+Blue) = 178+140+138=456 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.04% from 456); Green value is 140 (55.08% from 255 or 30.70% from 456); Blue value is 138 (54.30% from 255 or 30.26% from 456); Max value from RGB is 178 - color contains mainly: red. Hex color #B28C8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28C8A is #4D7375. Grayscale: #979797. Windows color (decimal): -5075830 or 9079986. OLE color: 9079986.
HSL color Cylindrical-coordinate representation of color #B28C8A: hue angle of 3º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B28C8A is Cyan = 0, Magento = 0.21, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 140 | 138 | - |
| CMYK | 0 | 0.21 | 0.22 | 0.30 |
| HSL | 3º | 0.21% | 0.62% | - |
| HSV(B) | 3º | 0.22% | 0.7% | - |
| XYZ | 32.33 | 30.06 | 28.14 | - |
| YUV | 151.13 | 120.59 | 147.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 140 | 138 | 0 | 0.21 | 0.22 | 0.30 | 3 | 0.21 | 0.62 |
| Hex | B2 | 8C | 8A | 0 | 15 | 16 | 1E | 3 | 15 | 3E |
| Octal | 262 | 214 | 212 | 0 | 25 | 26 | 36 | 3 | 25 | 76 |
| Binary | 10110010 | 10001100 | 10001010 | 0 | 10101 | 10110 | 11110 | 11 | 10101 | 111110 |
Color Harmonies of #B28C8A
Complementary color
Monochromatic Colors of #B28C8A
Black with #B28C8A
Text Example
Text Example
White with #B28C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28C8A; }
p { color: rgb(178,140,138); }
H1.HeaderClassName
{
color: #B28C8A;
}
.AnyTagClassName
{
color: #B28C8A;
}
</style>
background-color css
<style>
a { background-color: #B28C8A; }
a { background-color: rgb(178,140,138); }
div.DivClassName
{
background-color: #B28C8A;
}
.BgClassName
{
background-color: #B28C8A;
}
</style>
border-color css
<style>
span { border-color: #B28C8A; }
span { border-color: rgb(178,140,138); }
td.TdClassName
{
border-color: #B28C8A;
}
.TagClassName
{
border-color: #B28C8A;
}
</style>