Shades of Flame Pea #BD604D
Tints of Flame Pea #BD604D
RGB
CMYK
RGB Variations
Color information
#BD604D (or 0xBD604D) is known color: Flame Pea. HEX triplet: BD, 60 and 4D. RGB value is (189,96,77). Sum of RGB (Red+Green+Blue) = 189+96+77=362 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.21% from 362); Green value is 96 (37.89% from 255 or 26.52% from 362); Blue value is 77 (30.47% from 255 or 21.27% from 362); Max value from RGB is 189 - color contains mainly: red. Hex color #BD604D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD604D is #429FB2. Grayscale: #797979. Windows color (decimal): -4366259 or 5071037. OLE color: 5071037.
HSL color Cylindrical-coordinate representation of color #BD604D: hue angle of 10.18º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BD604D is Cyan = 0, Magento = 0.49, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 96 | 77 | - |
| CMYK | 0 | 0.49 | 0.59 | 0.26 |
| HSL | 10.18º | 0.46% | 0.52% | - |
| HSV(B) | 10.18º | 0.59% | 0.74% | - |
| XYZ | 26.51 | 19.72 | 9.43 | - |
| YUV | 121.64 | 102.81 | 176.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 96 | 77 | 0 | 0.49 | 0.59 | 0.26 | 10.18 | 0.46 | 0.52 |
| Hex | BD | 60 | 4D | 0 | 31 | 3B | 1A | A | 2E | 34 |
| Octal | 275 | 140 | 115 | 0 | 61 | 73 | 32 | 12 | 56 | 64 |
| Binary | 10111101 | 1100000 | 1001101 | 0 | 110001 | 111011 | 11010 | 1010 | 101110 | 110100 |
Color Harmonies of #BD604D
Complementary color
Monochromatic Colors of #BD604D
Black with #BD604D
Text Example
Text Example
White with #BD604D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD604D; }
p { color: rgb(189,96,77); }
H1.HeaderClassName
{
color: #BD604D;
}
.AnyTagClassName
{
color: #BD604D;
}
</style>
background-color css
<style>
a { background-color: #BD604D; }
a { background-color: rgb(189,96,77); }
div.DivClassName
{
background-color: #BD604D;
}
.BgClassName
{
background-color: #BD604D;
}
</style>
border-color css
<style>
span { border-color: #BD604D; }
span { border-color: rgb(189,96,77); }
td.TdClassName
{
border-color: #BD604D;
}
.TagClassName
{
border-color: #BD604D;
}
</style>