Shades of Twine #BF935C
Tints of Twine #BF935C
RGB
CMYK
RGB Variations
Color information
#BF935C (or 0xBF935C) is known color: Twine. HEX triplet: BF, 93 and 5C. RGB value is (191,147,92). Sum of RGB (Red+Green+Blue) = 191+147+92=430 (56% of max value = 765). Red value is 191 (75% from 255 or 44.42% from 430); Green value is 147 (57.81% from 255 or 34.19% from 430); Blue value is 92 (36.33% from 255 or 21.40% from 430); Max value from RGB is 191 - color contains mainly: red. Hex color #BF935C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF935C is #406CA3. Grayscale: #9A9A9A. Windows color (decimal): -4222116 or 6067135. OLE color: 6067135.
HSL color Cylindrical-coordinate representation of color #BF935C: hue angle of 33.33º degrees, saturation: 0.44, 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 #BF935C is Cyan = 0, Magento = 0.23, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 147 | 92 | - |
| CMYK | 0 | 0.23 | 0.52 | 0.25 |
| HSL | 33.33º | 0.44% | 0.55% | - |
| HSV(B) | 33.33º | 0.52% | 0.75% | - |
| XYZ | 33.85 | 32.72 | 14.66 | - |
| YUV | 153.89 | 93.08 | 154.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 147 | 92 | 0 | 0.23 | 0.52 | 0.25 | 33.33 | 0.44 | 0.55 |
| Hex | BF | 93 | 5C | 0 | 17 | 34 | 19 | 21 | 2C | 37 |
| Octal | 277 | 223 | 134 | 0 | 27 | 64 | 31 | 41 | 54 | 67 |
| Binary | 10111111 | 10010011 | 1011100 | 0 | 10111 | 110100 | 11001 | 100001 | 101100 | 110111 |
Color Harmonies of #BF935C
Complementary color
Monochromatic Colors of #BF935C
Black with #BF935C
Text Example
Text Example
White with #BF935C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF935C; }
p { color: rgb(191,147,92); }
H1.HeaderClassName
{
color: #BF935C;
}
.AnyTagClassName
{
color: #BF935C;
}
</style>
background-color css
<style>
a { background-color: #BF935C; }
a { background-color: rgb(191,147,92); }
div.DivClassName
{
background-color: #BF935C;
}
.BgClassName
{
background-color: #BF935C;
}
</style>
border-color css
<style>
span { border-color: #BF935C; }
span { border-color: rgb(191,147,92); }
td.TdClassName
{
border-color: #BF935C;
}
.TagClassName
{
border-color: #BF935C;
}
</style>