Shades of Zest #BD693E
Tints of Zest #BD693E
RGB
CMYK
RGB Variations
Color information
#BD693E (or 0xBD693E) is known color: Zest. HEX triplet: BD, 69 and 3E. RGB value is (189,105,62). Sum of RGB (Red+Green+Blue) = 189+105+62=356 (47% of max value = 765). Red value is 189 (74.22% from 255 or 53.09% from 356); Green value is 105 (41.41% from 255 or 29.49% from 356); Blue value is 62 (24.61% from 255 or 17.42% from 356); Max value from RGB is 189 - color contains mainly: red. Hex color #BD693E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD693E is #4296C1. Grayscale: #7D7D7D. Windows color (decimal): -4363970 or 4090301. OLE color: 4090301.
HSL color Cylindrical-coordinate representation of color #BD693E: hue angle of 20.31º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BD693E is Cyan = 0, Magento = 0.44, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 105 | 62 | - |
| CMYK | 0 | 0.44 | 0.67 | 0.26 |
| HSL | 20.31º | 0.51% | 0.49% | - |
| HSV(B) | 20.31º | 0.67% | 0.74% | - |
| XYZ | 26.91 | 21.27 | 7.24 | - |
| YUV | 125.21 | 92.33 | 173.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 105 | 62 | 0 | 0.44 | 0.67 | 0.26 | 20.31 | 0.51 | 0.49 |
| Hex | BD | 69 | 3E | 0 | 2C | 43 | 1A | 14 | 33 | 31 |
| Octal | 275 | 151 | 76 | 0 | 54 | 103 | 32 | 24 | 63 | 61 |
| Binary | 10111101 | 1101001 | 111110 | 0 | 101100 | 1000011 | 11010 | 10100 | 110011 | 110001 |
Color Harmonies of #BD693E
Complementary color
Monochromatic Colors of #BD693E
Black with #BD693E
Text Example
Text Example
White with #BD693E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD693E; }
p { color: rgb(189,105,62); }
H1.HeaderClassName
{
color: #BD693E;
}
.AnyTagClassName
{
color: #BD693E;
}
</style>
background-color css
<style>
a { background-color: #BD693E; }
a { background-color: rgb(189,105,62); }
div.DivClassName
{
background-color: #BD693E;
}
.BgClassName
{
background-color: #BD693E;
}
</style>
border-color css
<style>
span { border-color: #BD693E; }
span { border-color: rgb(189,105,62); }
td.TdClassName
{
border-color: #BD693E;
}
.TagClassName
{
border-color: #BD693E;
}
</style>