Shades of Flame Pea #BD634A
Tints of Flame Pea #BD634A
RGB
CMYK
RGB Variations
Color information
#BD634A (or 0xBD634A) is known color: Flame Pea. HEX triplet: BD, 63 and 4A. RGB value is (189,99,74). Sum of RGB (Red+Green+Blue) = 189+99+74=362 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.21% from 362); Green value is 99 (39.06% from 255 or 27.35% from 362); Blue value is 74 (29.30% from 255 or 20.44% from 362); Max value from RGB is 189 - color contains mainly: red. Hex color #BD634A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD634A is #429CB5. Grayscale: #7B7B7B. Windows color (decimal): -4365494 or 4875197. OLE color: 4875197.
HSL color Cylindrical-coordinate representation of color #BD634A: hue angle of 13.04º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BD634A is Cyan = 0, Magento = 0.48, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 99 | 74 | - |
| CMYK | 0 | 0.48 | 0.61 | 0.26 |
| HSL | 13.04º | 0.47% | 0.52% | - |
| HSV(B) | 13.04º | 0.61% | 0.74% | - |
| XYZ | 26.68 | 20.24 | 8.98 | - |
| YUV | 123.06 | 100.32 | 175.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 99 | 74 | 0 | 0.48 | 0.61 | 0.26 | 13.04 | 0.47 | 0.52 |
| Hex | BD | 63 | 4A | 0 | 30 | 3D | 1A | D | 2F | 34 |
| Octal | 275 | 143 | 112 | 0 | 60 | 75 | 32 | 15 | 57 | 64 |
| Binary | 10111101 | 1100011 | 1001010 | 0 | 110000 | 111101 | 11010 | 1101 | 101111 | 110100 |
Color Harmonies of #BD634A
Complementary color
Monochromatic Colors of #BD634A
Black with #BD634A
Text Example
Text Example
White with #BD634A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD634A; }
p { color: rgb(189,99,74); }
H1.HeaderClassName
{
color: #BD634A;
}
.AnyTagClassName
{
color: #BD634A;
}
</style>
background-color css
<style>
a { background-color: #BD634A; }
a { background-color: rgb(189,99,74); }
div.DivClassName
{
background-color: #BD634A;
}
.BgClassName
{
background-color: #BD634A;
}
</style>
border-color css
<style>
span { border-color: #BD634A; }
span { border-color: rgb(189,99,74); }
td.TdClassName
{
border-color: #BD634A;
}
.TagClassName
{
border-color: #BD634A;
}
</style>