Shades of Flame Pea #B76553
Tints of Flame Pea #B76553
RGB
CMYK
RGB Variations
Color information
#B76553 (or 0xB76553) is known color: Flame Pea. HEX triplet: B7, 65 and 53. RGB value is (183,101,83). Sum of RGB (Red+Green+Blue) = 183+101+83=367 (48% of max value = 765). Red value is 183 (71.88% from 255 or 49.86% from 367); Green value is 101 (39.84% from 255 or 27.52% from 367); Blue value is 83 (32.81% from 255 or 22.62% from 367); Max value from RGB is 183 - color contains mainly: red. Hex color #B76553 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76553 is #489AAC. Grayscale: #7B7B7B. Windows color (decimal): -4758189 or 5465527. OLE color: 5465527.
HSL color Cylindrical-coordinate representation of color #B76553: hue angle of 10.8º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B76553 is Cyan = 0, Magento = 0.45, Yellow = 0.55 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 101 | 83 | - |
| CMYK | 0 | 0.45 | 0.55 | 0.28 |
| HSL | 10.8º | 0.41% | 0.52% | - |
| HSV(B) | 10.8º | 0.55% | 0.72% | - |
| XYZ | 25.74 | 20 | 10.69 | - |
| YUV | 123.47 | 105.17 | 170.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 101 | 83 | 0 | 0.45 | 0.55 | 0.28 | 10.8 | 0.41 | 0.52 |
| Hex | B7 | 65 | 53 | 0 | 2D | 37 | 1C | B | 29 | 34 |
| Octal | 267 | 145 | 123 | 0 | 55 | 67 | 34 | 13 | 51 | 64 |
| Binary | 10110111 | 1100101 | 1010011 | 0 | 101101 | 110111 | 11100 | 1011 | 101001 | 110100 |
Color Harmonies of #B76553
Complementary color
Monochromatic Colors of #B76553
Black with #B76553
Text Example
Text Example
White with #B76553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76553; }
p { color: rgb(183,101,83); }
H1.HeaderClassName
{
color: #B76553;
}
.AnyTagClassName
{
color: #B76553;
}
</style>
background-color css
<style>
a { background-color: #B76553; }
a { background-color: rgb(183,101,83); }
div.DivClassName
{
background-color: #B76553;
}
.BgClassName
{
background-color: #B76553;
}
</style>
border-color css
<style>
span { border-color: #B76553; }
span { border-color: rgb(183,101,83); }
td.TdClassName
{
border-color: #B76553;
}
.TagClassName
{
border-color: #B76553;
}
</style>