Shades of Japonica #BD7B5B
Tints of Japonica #BD7B5B
RGB
CMYK
RGB Variations
Color information
#BD7B5B (or 0xBD7B5B) is known color: Japonica. HEX triplet: BD, 7B and 5B. RGB value is (189,123,91). Sum of RGB (Red+Green+Blue) = 189+123+91=403 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.90% from 403); Green value is 123 (48.44% from 255 or 30.52% from 403); Blue value is 91 (35.94% from 255 or 22.58% from 403); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7B5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7B5B is #4284A4. Grayscale: #8B8B8B. Windows color (decimal): -4359333 or 5995453. OLE color: 5995453.
HSL color Cylindrical-coordinate representation of color #BD7B5B: hue angle of 19.59º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BD7B5B is Cyan = 0, Magento = 0.35, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 123 | 91 | - |
| CMYK | 0 | 0.35 | 0.52 | 0.26 |
| HSL | 19.59º | 0.43% | 0.55% | - |
| HSV(B) | 19.59º | 0.52% | 0.74% | - |
| XYZ | 29.96 | 25.74 | 13.29 | - |
| YUV | 139.09 | 100.87 | 163.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 123 | 91 | 0 | 0.35 | 0.52 | 0.26 | 19.59 | 0.43 | 0.55 |
| Hex | BD | 7B | 5B | 0 | 23 | 34 | 1A | 14 | 2B | 37 |
| Octal | 275 | 173 | 133 | 0 | 43 | 64 | 32 | 24 | 53 | 67 |
| Binary | 10111101 | 1111011 | 1011011 | 0 | 100011 | 110100 | 11010 | 10100 | 101011 | 110111 |
Color Harmonies of #BD7B5B
Complementary color
Monochromatic Colors of #BD7B5B
Black with #BD7B5B
Text Example
Text Example
White with #BD7B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7B5B; }
p { color: rgb(189,123,91); }
H1.HeaderClassName
{
color: #BD7B5B;
}
.AnyTagClassName
{
color: #BD7B5B;
}
</style>
background-color css
<style>
a { background-color: #BD7B5B; }
a { background-color: rgb(189,123,91); }
div.DivClassName
{
background-color: #BD7B5B;
}
.BgClassName
{
background-color: #BD7B5B;
}
</style>
border-color css
<style>
span { border-color: #BD7B5B; }
span { border-color: rgb(189,123,91); }
td.TdClassName
{
border-color: #BD7B5B;
}
.TagClassName
{
border-color: #BD7B5B;
}
</style>