Shades of Flame Pea #B9654A
Tints of Flame Pea #B9654A
RGB
CMYK
RGB Variations
Color information
#B9654A (or 0xB9654A) is known color: Flame Pea. HEX triplet: B9, 65 and 4A. RGB value is (185,101,74). Sum of RGB (Red+Green+Blue) = 185+101+74=360 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.39% from 360); Green value is 101 (39.84% from 255 or 28.06% from 360); Blue value is 74 (29.30% from 255 or 20.56% from 360); Max value from RGB is 185 - color contains mainly: red. Hex color #B9654A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9654A is #469AB5. Grayscale: #7B7B7B. Windows color (decimal): -4627126 or 4875705. OLE color: 4875705.
HSL color Cylindrical-coordinate representation of color #B9654A: hue angle of 14.59º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B9654A is Cyan = 0, Magento = 0.45, Yellow = 0.6 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 101 | 74 | - |
| CMYK | 0 | 0.45 | 0.6 | 0.27 |
| HSL | 14.59º | 0.44% | 0.51% | - |
| HSV(B) | 14.59º | 0.6% | 0.73% | - |
| XYZ | 25.9 | 20.12 | 9 | - |
| YUV | 123.04 | 100.33 | 172.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 101 | 74 | 0 | 0.45 | 0.6 | 0.27 | 14.59 | 0.44 | 0.51 |
| Hex | B9 | 65 | 4A | 0 | 2D | 3C | 1B | F | 2C | 33 |
| Octal | 271 | 145 | 112 | 0 | 55 | 74 | 33 | 17 | 54 | 63 |
| Binary | 10111001 | 1100101 | 1001010 | 0 | 101101 | 111100 | 11011 | 1111 | 101100 | 110011 |
Color Harmonies of #B9654A
Complementary color
Monochromatic Colors of #B9654A
Black with #B9654A
Text Example
Text Example
White with #B9654A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9654A; }
p { color: rgb(185,101,74); }
H1.HeaderClassName
{
color: #B9654A;
}
.AnyTagClassName
{
color: #B9654A;
}
</style>
background-color css
<style>
a { background-color: #B9654A; }
a { background-color: rgb(185,101,74); }
div.DivClassName
{
background-color: #B9654A;
}
.BgClassName
{
background-color: #B9654A;
}
</style>
border-color css
<style>
span { border-color: #B9654A; }
span { border-color: rgb(185,101,74); }
td.TdClassName
{
border-color: #B9654A;
}
.TagClassName
{
border-color: #B9654A;
}
</style>