Shades of Twine #BD935C
Tints of Twine #BD935C
RGB
CMYK
RGB Variations
Color information
#BD935C (or 0xBD935C) is known color: Twine. HEX triplet: BD, 93 and 5C. RGB value is (189,147,92). Sum of RGB (Red+Green+Blue) = 189+147+92=428 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.16% from 428); Green value is 147 (57.81% from 255 or 34.35% from 428); Blue value is 92 (36.33% from 255 or 21.50% from 428); Max value from RGB is 189 - color contains mainly: red. Hex color #BD935C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD935C is #426CA3. Grayscale: #999999. Windows color (decimal): -4353188 or 6067133. OLE color: 6067133.
HSL color Cylindrical-coordinate representation of color #BD935C: hue angle of 34.02º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BD935C is Cyan = 0, Magento = 0.22, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 147 | 92 | - |
| CMYK | 0 | 0.22 | 0.51 | 0.26 |
| HSL | 34.02º | 0.42% | 0.55% | - |
| HSV(B) | 34.02º | 0.51% | 0.74% | - |
| XYZ | 33.35 | 32.46 | 14.63 | - |
| YUV | 153.29 | 93.41 | 153.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 147 | 92 | 0 | 0.22 | 0.51 | 0.26 | 34.02 | 0.42 | 0.55 |
| Hex | BD | 93 | 5C | 0 | 16 | 33 | 1A | 22 | 2A | 37 |
| Octal | 275 | 223 | 134 | 0 | 26 | 63 | 32 | 42 | 52 | 67 |
| Binary | 10111101 | 10010011 | 1011100 | 0 | 10110 | 110011 | 11010 | 100010 | 101010 | 110111 |
Color Harmonies of #BD935C
Complementary color
Monochromatic Colors of #BD935C
Black with #BD935C
Text Example
Text Example
White with #BD935C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD935C; }
p { color: rgb(189,147,92); }
H1.HeaderClassName
{
color: #BD935C;
}
.AnyTagClassName
{
color: #BD935C;
}
</style>
background-color css
<style>
a { background-color: #BD935C; }
a { background-color: rgb(189,147,92); }
div.DivClassName
{
background-color: #BD935C;
}
.BgClassName
{
background-color: #BD935C;
}
</style>
border-color css
<style>
span { border-color: #BD935C; }
span { border-color: rgb(189,147,92); }
td.TdClassName
{
border-color: #BD935C;
}
.TagClassName
{
border-color: #BD935C;
}
</style>