Shades of Chocolate #BE671A
Tints of Chocolate #BE671A
RGB
CMYK
RGB Variations
Color information
#BE671A (or 0xBE671A) is known color: Chocolate. HEX triplet: BE, 67 and 1A. RGB value is (190,103,26). Sum of RGB (Red+Green+Blue) = 190+103+26=319 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.56% from 319); Green value is 103 (40.62% from 255 or 32.29% from 319); Blue value is 26 (10.55% from 255 or 8.15% from 319); Max value from RGB is 190 - color contains mainly: red. Hex color #BE671A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE671A is #4198E5. Grayscale: #787878. Windows color (decimal): -4298982 or 1730494. OLE color: 1730494.
HSL color Cylindrical-coordinate representation of color #BE671A: hue angle of 28.17º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BE671A is Cyan = 0, Magento = 0.46, Yellow = 0.86 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 103 | 26 | - |
| CMYK | 0 | 0.46 | 0.86 | 0.25 |
| HSL | 28.17º | 0.76% | 0.42% | - |
| HSV(B) | 28.17º | 0.86% | 0.75% | - |
| XYZ | 26.27 | 20.72 | 3.59 | - |
| YUV | 120.24 | 74.82 | 177.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 103 | 26 | 0 | 0.46 | 0.86 | 0.25 | 28.17 | 0.76 | 0.42 |
| Hex | BE | 67 | 1A | 0 | 2E | 56 | 19 | 1C | 4C | 2A |
| Octal | 276 | 147 | 32 | 0 | 56 | 126 | 31 | 34 | 114 | 52 |
| Binary | 10111110 | 1100111 | 11010 | 0 | 101110 | 1010110 | 11001 | 11100 | 1001100 | 101010 |
Color Harmonies of #BE671A
Complementary color
Monochromatic Colors of #BE671A
Black with #BE671A
Text Example
Text Example
White with #BE671A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE671A; }
p { color: rgb(190,103,26); }
H1.HeaderClassName
{
color: #BE671A;
}
.AnyTagClassName
{
color: #BE671A;
}
</style>
background-color css
<style>
a { background-color: #BE671A; }
a { background-color: rgb(190,103,26); }
div.DivClassName
{
background-color: #BE671A;
}
.BgClassName
{
background-color: #BE671A;
}
</style>
border-color css
<style>
span { border-color: #BE671A; }
span { border-color: rgb(190,103,26); }
td.TdClassName
{
border-color: #BE671A;
}
.TagClassName
{
border-color: #BE671A;
}
</style>