Shades of Flame Pea #B9674B
Tints of Flame Pea #B9674B
RGB
CMYK
RGB Variations
Color information
#B9674B (or 0xB9674B) is known color: Flame Pea. HEX triplet: B9, 67 and 4B. RGB value is (185,103,75). Sum of RGB (Red+Green+Blue) = 185+103+75=363 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.96% from 363); Green value is 103 (40.62% from 255 or 28.37% from 363); Blue value is 75 (29.69% from 255 or 20.66% from 363); Max value from RGB is 185 - color contains mainly: red. Hex color #B9674B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9674B is #4698B4. Grayscale: #7C7C7C. Windows color (decimal): -4626613 or 4941753. OLE color: 4941753.
HSL color Cylindrical-coordinate representation of color #B9674B: hue angle of 15.27º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B9674B is Cyan = 0, Magento = 0.44, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 103 | 75 | - |
| CMYK | 0 | 0.44 | 0.59 | 0.27 |
| HSL | 15.27º | 0.44% | 0.51% | - |
| HSV(B) | 15.27º | 0.59% | 0.73% | - |
| XYZ | 26.13 | 20.52 | 9.24 | - |
| YUV | 124.33 | 100.17 | 171.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 103 | 75 | 0 | 0.44 | 0.59 | 0.27 | 15.27 | 0.44 | 0.51 |
| Hex | B9 | 67 | 4B | 0 | 2C | 3B | 1B | F | 2C | 33 |
| Octal | 271 | 147 | 113 | 0 | 54 | 73 | 33 | 17 | 54 | 63 |
| Binary | 10111001 | 1100111 | 1001011 | 0 | 101100 | 111011 | 11011 | 1111 | 101100 | 110011 |
Color Harmonies of #B9674B
Complementary color
Monochromatic Colors of #B9674B
Black with #B9674B
Text Example
Text Example
White with #B9674B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9674B; }
p { color: rgb(185,103,75); }
H1.HeaderClassName
{
color: #B9674B;
}
.AnyTagClassName
{
color: #B9674B;
}
</style>
background-color css
<style>
a { background-color: #B9674B; }
a { background-color: rgb(185,103,75); }
div.DivClassName
{
background-color: #B9674B;
}
.BgClassName
{
background-color: #B9674B;
}
</style>
border-color css
<style>
span { border-color: #B9674B; }
span { border-color: rgb(185,103,75); }
td.TdClassName
{
border-color: #B9674B;
}
.TagClassName
{
border-color: #B9674B;
}
</style>