Shades of Twine #BE935C
Tints of Twine #BE935C
RGB
CMYK
RGB Variations
Color information
#BE935C (or 0xBE935C) is known color: Twine. HEX triplet: BE, 93 and 5C. RGB value is (190,147,92). Sum of RGB (Red+Green+Blue) = 190+147+92=429 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.29% from 429); Green value is 147 (57.81% from 255 or 34.27% from 429); Blue value is 92 (36.33% from 255 or 21.45% from 429); Max value from RGB is 190 - color contains mainly: red. Hex color #BE935C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE935C is #416CA3. Grayscale: #999999. Windows color (decimal): -4287652 or 6067134. OLE color: 6067134.
HSL color Cylindrical-coordinate representation of color #BE935C: hue angle of 33.67º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BE935C is Cyan = 0, Magento = 0.23, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 147 | 92 | - |
| CMYK | 0 | 0.23 | 0.52 | 0.25 |
| HSL | 33.67º | 0.43% | 0.55% | - |
| HSV(B) | 33.67º | 0.52% | 0.75% | - |
| XYZ | 33.6 | 32.59 | 14.64 | - |
| YUV | 153.59 | 93.25 | 153.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 147 | 92 | 0 | 0.23 | 0.52 | 0.25 | 33.67 | 0.43 | 0.55 |
| Hex | BE | 93 | 5C | 0 | 17 | 34 | 19 | 22 | 2B | 37 |
| Octal | 276 | 223 | 134 | 0 | 27 | 64 | 31 | 42 | 53 | 67 |
| Binary | 10111110 | 10010011 | 1011100 | 0 | 10111 | 110100 | 11001 | 100010 | 101011 | 110111 |
Color Harmonies of #BE935C
Complementary color
Monochromatic Colors of #BE935C
Black with #BE935C
Text Example
Text Example
White with #BE935C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE935C; }
p { color: rgb(190,147,92); }
H1.HeaderClassName
{
color: #BE935C;
}
.AnyTagClassName
{
color: #BE935C;
}
</style>
background-color css
<style>
a { background-color: #BE935C; }
a { background-color: rgb(190,147,92); }
div.DivClassName
{
background-color: #BE935C;
}
.BgClassName
{
background-color: #BE935C;
}
</style>
border-color css
<style>
span { border-color: #BE935C; }
span { border-color: rgb(190,147,92); }
td.TdClassName
{
border-color: #BE935C;
}
.TagClassName
{
border-color: #BE935C;
}
</style>