Shades of Flame Pea #B96653
Tints of Flame Pea #B96653
RGB
CMYK
RGB Variations
Color information
#B96653 (or 0xB96653) is known color: Flame Pea. HEX triplet: B9, 66 and 53. RGB value is (185,102,83). Sum of RGB (Red+Green+Blue) = 185+102+83=370 (49% of max value = 765). Red value is 185 (72.66% from 255 or 50% from 370); Green value is 102 (40.23% from 255 or 27.57% from 370); Blue value is 83 (32.81% from 255 or 22.43% from 370); Max value from RGB is 185 - color contains mainly: red. Hex color #B96653 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96653 is #4699AC. Grayscale: #7C7C7C. Windows color (decimal): -4626861 or 5465785. OLE color: 5465785.
HSL color Cylindrical-coordinate representation of color #B96653: hue angle of 11.18º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B96653 is Cyan = 0, Magento = 0.45, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 102 | 83 | - |
| CMYK | 0 | 0.45 | 0.55 | 0.27 |
| HSL | 11.18º | 0.42% | 0.53% | - |
| HSV(B) | 11.18º | 0.55% | 0.73% | - |
| XYZ | 26.32 | 20.44 | 10.74 | - |
| YUV | 124.65 | 104.5 | 171.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 102 | 83 | 0 | 0.45 | 0.55 | 0.27 | 11.18 | 0.42 | 0.53 |
| Hex | B9 | 66 | 53 | 0 | 2D | 37 | 1B | B | 2A | 35 |
| Octal | 271 | 146 | 123 | 0 | 55 | 67 | 33 | 13 | 52 | 65 |
| Binary | 10111001 | 1100110 | 1010011 | 0 | 101101 | 110111 | 11011 | 1011 | 101010 | 110101 |
Color Harmonies of #B96653
Complementary color
Monochromatic Colors of #B96653
Black with #B96653
Text Example
Text Example
White with #B96653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96653; }
p { color: rgb(185,102,83); }
H1.HeaderClassName
{
color: #B96653;
}
.AnyTagClassName
{
color: #B96653;
}
</style>
background-color css
<style>
a { background-color: #B96653; }
a { background-color: rgb(185,102,83); }
div.DivClassName
{
background-color: #B96653;
}
.BgClassName
{
background-color: #B96653;
}
</style>
border-color css
<style>
span { border-color: #B96653; }
span { border-color: rgb(185,102,83); }
td.TdClassName
{
border-color: #B96653;
}
.TagClassName
{
border-color: #B96653;
}
</style>