Shades of Flame Pea #B65C4B
Tints of Flame Pea #B65C4B
RGB
CMYK
RGB Variations
Color information
#B65C4B (or 0xB65C4B) is known color: Flame Pea. HEX triplet: B6, 5C and 4B. RGB value is (182,92,75). Sum of RGB (Red+Green+Blue) = 182+92+75=349 (46% of max value = 765). Red value is 182 (71.48% from 255 or 52.15% from 349); Green value is 92 (36.33% from 255 or 26.36% from 349); Blue value is 75 (29.69% from 255 or 21.49% from 349); Max value from RGB is 182 - color contains mainly: red. Hex color #B65C4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B65C4B is #49A3B4. Grayscale: #757575. Windows color (decimal): -4826037 or 4938934. OLE color: 4938934.
HSL color Cylindrical-coordinate representation of color #B65C4B: hue angle of 9.53º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B65C4B is Cyan = 0, Magento = 0.49, Yellow = 0.59 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 92 | 75 | - |
| CMYK | 0 | 0.49 | 0.59 | 0.29 |
| HSL | 9.53º | 0.42% | 0.5% | - |
| HSV(B) | 9.53º | 0.59% | 0.71% | - |
| XYZ | 24.39 | 18.11 | 8.87 | - |
| YUV | 116.97 | 104.32 | 174.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 92 | 75 | 0 | 0.49 | 0.59 | 0.29 | 9.53 | 0.42 | 0.5 |
| Hex | B6 | 5C | 4B | 0 | 31 | 3B | 1D | A | 2A | 32 |
| Octal | 266 | 134 | 113 | 0 | 61 | 73 | 35 | 12 | 52 | 62 |
| Binary | 10110110 | 1011100 | 1001011 | 0 | 110001 | 111011 | 11101 | 1010 | 101010 | 110010 |
Color Harmonies of #B65C4B
Complementary color
Monochromatic Colors of #B65C4B
Black with #B65C4B
Text Example
Text Example
White with #B65C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B65C4B; }
p { color: rgb(182,92,75); }
H1.HeaderClassName
{
color: #B65C4B;
}
.AnyTagClassName
{
color: #B65C4B;
}
</style>
background-color css
<style>
a { background-color: #B65C4B; }
a { background-color: rgb(182,92,75); }
div.DivClassName
{
background-color: #B65C4B;
}
.BgClassName
{
background-color: #B65C4B;
}
</style>
border-color css
<style>
span { border-color: #B65C4B; }
span { border-color: rgb(182,92,75); }
td.TdClassName
{
border-color: #B65C4B;
}
.TagClassName
{
border-color: #B65C4B;
}
</style>