Shades of Flame Pea #BD634D
Tints of Flame Pea #BD634D
RGB
CMYK
RGB Variations
Color information
#BD634D (or 0xBD634D) is known color: Flame Pea. HEX triplet: BD, 63 and 4D. RGB value is (189,99,77). Sum of RGB (Red+Green+Blue) = 189+99+77=365 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.78% from 365); Green value is 99 (39.06% from 255 or 27.12% from 365); Blue value is 77 (30.47% from 255 or 21.10% from 365); Max value from RGB is 189 - color contains mainly: red. Hex color #BD634D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD634D is #429CB2. Grayscale: #7B7B7B. Windows color (decimal): -4365491 or 5071805. OLE color: 5071805.
HSL color Cylindrical-coordinate representation of color #BD634D: hue angle of 11.79º 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 #BD634D is Cyan = 0, Magento = 0.48, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 99 | 77 | - |
| CMYK | 0 | 0.48 | 0.59 | 0.26 |
| HSL | 11.79º | 0.46% | 0.52% | - |
| HSV(B) | 11.79º | 0.59% | 0.74% | - |
| XYZ | 26.79 | 20.28 | 9.52 | - |
| YUV | 123.4 | 101.82 | 174.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 99 | 77 | 0 | 0.48 | 0.59 | 0.26 | 11.79 | 0.46 | 0.52 |
| Hex | BD | 63 | 4D | 0 | 30 | 3B | 1A | C | 2E | 34 |
| Octal | 275 | 143 | 115 | 0 | 60 | 73 | 32 | 14 | 56 | 64 |
| Binary | 10111101 | 1100011 | 1001101 | 0 | 110000 | 111011 | 11010 | 1100 | 101110 | 110100 |
Color Harmonies of #BD634D
Complementary color
Monochromatic Colors of #BD634D
Black with #BD634D
Text Example
Text Example
White with #BD634D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD634D; }
p { color: rgb(189,99,77); }
H1.HeaderClassName
{
color: #BD634D;
}
.AnyTagClassName
{
color: #BD634D;
}
</style>
background-color css
<style>
a { background-color: #BD634D; }
a { background-color: rgb(189,99,77); }
div.DivClassName
{
background-color: #BD634D;
}
.BgClassName
{
background-color: #BD634D;
}
</style>
border-color css
<style>
span { border-color: #BD634D; }
span { border-color: rgb(189,99,77); }
td.TdClassName
{
border-color: #BD634D;
}
.TagClassName
{
border-color: #BD634D;
}
</style>