Shades of Medium Wood #BB7E5A
Tints of Medium Wood #BB7E5A
RGB
CMYK
RGB Variations
Color information
#BB7E5A (or 0xBB7E5A) is known color: Medium Wood. HEX triplet: BB, 7E and 5A. RGB value is (187,126,90). Sum of RGB (Red+Green+Blue) = 187+126+90=403 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.40% from 403); Green value is 126 (49.61% from 255 or 31.27% from 403); Blue value is 90 (35.55% from 255 or 22.33% from 403); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7E5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7E5A is #4481A5. Grayscale: #8C8C8C. Windows color (decimal): -4489638 or 5930683. OLE color: 5930683.
HSL color Cylindrical-coordinate representation of color #BB7E5A: hue angle of 22.27º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BB7E5A is Cyan = 0, Magento = 0.33, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 126 | 90 | - |
| CMYK | 0 | 0.33 | 0.52 | 0.27 |
| HSL | 22.27º | 0.42% | 0.54% | - |
| HSV(B) | 22.27º | 0.52% | 0.73% | - |
| XYZ | 29.8 | 26.22 | 13.16 | - |
| YUV | 140.14 | 99.71 | 161.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 126 | 90 | 0 | 0.33 | 0.52 | 0.27 | 22.27 | 0.42 | 0.54 |
| Hex | BB | 7E | 5A | 0 | 21 | 34 | 1B | 16 | 2A | 36 |
| Octal | 273 | 176 | 132 | 0 | 41 | 64 | 33 | 26 | 52 | 66 |
| Binary | 10111011 | 1111110 | 1011010 | 0 | 100001 | 110100 | 11011 | 10110 | 101010 | 110110 |
Color Harmonies of #BB7E5A
Complementary color
Monochromatic Colors of #BB7E5A
Black with #BB7E5A
Text Example
Text Example
White with #BB7E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7E5A; }
p { color: rgb(187,126,90); }
H1.HeaderClassName
{
color: #BB7E5A;
}
.AnyTagClassName
{
color: #BB7E5A;
}
</style>
background-color css
<style>
a { background-color: #BB7E5A; }
a { background-color: rgb(187,126,90); }
div.DivClassName
{
background-color: #BB7E5A;
}
.BgClassName
{
background-color: #BB7E5A;
}
</style>
border-color css
<style>
span { border-color: #BB7E5A; }
span { border-color: rgb(187,126,90); }
td.TdClassName
{
border-color: #BB7E5A;
}
.TagClassName
{
border-color: #BB7E5A;
}
</style>