Shades of Twine #BE915A
Tints of Twine #BE915A
RGB
CMYK
RGB Variations
Color information
#BE915A (or 0xBE915A) is known color: Twine. HEX triplet: BE, 91 and 5A. RGB value is (190,145,90). Sum of RGB (Red+Green+Blue) = 190+145+90=425 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.71% from 425); Green value is 145 (57.03% from 255 or 34.12% from 425); Blue value is 90 (35.55% from 255 or 21.18% from 425); Max value from RGB is 190 - color contains mainly: red. Hex color #BE915A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE915A is #416EA5. Grayscale: #989898. Windows color (decimal): -4288166 or 5935550. OLE color: 5935550.
HSL color Cylindrical-coordinate representation of color #BE915A: hue angle of 33º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BE915A is Cyan = 0, Magento = 0.24, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 145 | 90 | - |
| CMYK | 0 | 0.24 | 0.53 | 0.25 |
| HSL | 33º | 0.43% | 0.55% | - |
| HSV(B) | 33º | 0.53% | 0.75% | - |
| XYZ | 33.21 | 31.94 | 14.09 | - |
| YUV | 152.19 | 92.91 | 154.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 145 | 90 | 0 | 0.24 | 0.53 | 0.25 | 33 | 0.43 | 0.55 |
| Hex | BE | 91 | 5A | 0 | 18 | 35 | 19 | 21 | 2B | 37 |
| Octal | 276 | 221 | 132 | 0 | 30 | 65 | 31 | 41 | 53 | 67 |
| Binary | 10111110 | 10010001 | 1011010 | 0 | 11000 | 110101 | 11001 | 100001 | 101011 | 110111 |
Color Harmonies of #BE915A
Complementary color
Monochromatic Colors of #BE915A
Black with #BE915A
Text Example
Text Example
White with #BE915A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE915A; }
p { color: rgb(190,145,90); }
H1.HeaderClassName
{
color: #BE915A;
}
.AnyTagClassName
{
color: #BE915A;
}
</style>
background-color css
<style>
a { background-color: #BE915A; }
a { background-color: rgb(190,145,90); }
div.DivClassName
{
background-color: #BE915A;
}
.BgClassName
{
background-color: #BE915A;
}
</style>
border-color css
<style>
span { border-color: #BE915A; }
span { border-color: rgb(190,145,90); }
td.TdClassName
{
border-color: #BE915A;
}
.TagClassName
{
border-color: #BE915A;
}
</style>