Shades of Flame Pea #BD6743
Tints of Flame Pea #BD6743
RGB
CMYK
RGB Variations
Color information
#BD6743 (or 0xBD6743) is known color: Flame Pea. HEX triplet: BD, 67 and 43. RGB value is (189,103,67). Sum of RGB (Red+Green+Blue) = 189+103+67=359 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.65% from 359); Green value is 103 (40.62% from 255 or 28.69% from 359); Blue value is 67 (26.56% from 255 or 18.66% from 359); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6743 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6743 is #4298BC. Grayscale: #7C7C7C. Windows color (decimal): -4364477 or 4417469. OLE color: 4417469.
HSL color Cylindrical-coordinate representation of color #BD6743: hue angle of 17.7º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BD6743 is Cyan = 0, Magento = 0.46, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 103 | 67 | - |
| CMYK | 0 | 0.46 | 0.65 | 0.26 |
| HSL | 17.7º | 0.48% | 0.5% | - |
| HSV(B) | 17.7º | 0.65% | 0.74% | - |
| XYZ | 26.85 | 20.92 | 7.93 | - |
| YUV | 124.61 | 95.49 | 173.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 103 | 67 | 0 | 0.46 | 0.65 | 0.26 | 17.7 | 0.48 | 0.5 |
| Hex | BD | 67 | 43 | 0 | 2E | 41 | 1A | 12 | 30 | 32 |
| Octal | 275 | 147 | 103 | 0 | 56 | 101 | 32 | 22 | 60 | 62 |
| Binary | 10111101 | 1100111 | 1000011 | 0 | 101110 | 1000001 | 11010 | 10010 | 110000 | 110010 |
Color Harmonies of #BD6743
Complementary color
Monochromatic Colors of #BD6743
Black with #BD6743
Text Example
Text Example
White with #BD6743
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6743; }
p { color: rgb(189,103,67); }
H1.HeaderClassName
{
color: #BD6743;
}
.AnyTagClassName
{
color: #BD6743;
}
</style>
background-color css
<style>
a { background-color: #BD6743; }
a { background-color: rgb(189,103,67); }
div.DivClassName
{
background-color: #BD6743;
}
.BgClassName
{
background-color: #BD6743;
}
</style>
border-color css
<style>
span { border-color: #BD6743; }
span { border-color: rgb(189,103,67); }
td.TdClassName
{
border-color: #BD6743;
}
.TagClassName
{
border-color: #BD6743;
}
</style>