Shades of Flame Pea #BD634B
Tints of Flame Pea #BD634B
RGB
CMYK
RGB Variations
Color information
#BD634B (or 0xBD634B) is known color: Flame Pea. HEX triplet: BD, 63 and 4B. RGB value is (189,99,75). Sum of RGB (Red+Green+Blue) = 189+99+75=363 (48% of max value = 765). Red value is 189 (74.22% from 255 or 52.07% from 363); Green value is 99 (39.06% from 255 or 27.27% from 363); Blue value is 75 (29.69% from 255 or 20.66% from 363); Max value from RGB is 189 - color contains mainly: red. Hex color #BD634B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD634B is #429CB4. Grayscale: #7B7B7B. Windows color (decimal): -4365493 or 4940733. OLE color: 4940733.
HSL color Cylindrical-coordinate representation of color #BD634B: hue angle of 12.63º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BD634B is Cyan = 0, Magento = 0.48, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 99 | 75 | - |
| CMYK | 0 | 0.48 | 0.60 | 0.26 |
| HSL | 12.63º | 0.46% | 0.52% | - |
| HSV(B) | 12.63º | 0.6% | 0.74% | - |
| XYZ | 26.72 | 20.25 | 9.16 | - |
| YUV | 123.17 | 100.82 | 174.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 99 | 75 | 0 | 0.48 | 0.60 | 0.26 | 12.63 | 0.46 | 0.52 |
| Hex | BD | 63 | 4B | 0 | 30 | 3C | 1A | D | 2E | 34 |
| Octal | 275 | 143 | 113 | 0 | 60 | 74 | 32 | 15 | 56 | 64 |
| Binary | 10111101 | 1100011 | 1001011 | 0 | 110000 | 111100 | 11010 | 1101 | 101110 | 110100 |
Color Harmonies of #BD634B
Complementary color
Monochromatic Colors of #BD634B
Black with #BD634B
Text Example
Text Example
White with #BD634B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD634B; }
p { color: rgb(189,99,75); }
H1.HeaderClassName
{
color: #BD634B;
}
.AnyTagClassName
{
color: #BD634B;
}
</style>
background-color css
<style>
a { background-color: #BD634B; }
a { background-color: rgb(189,99,75); }
div.DivClassName
{
background-color: #BD634B;
}
.BgClassName
{
background-color: #BD634B;
}
</style>
border-color css
<style>
span { border-color: #BD634B; }
span { border-color: rgb(189,99,75); }
td.TdClassName
{
border-color: #BD634B;
}
.TagClassName
{
border-color: #BD634B;
}
</style>