Shades of Japonica #BD6E5A
Tints of Japonica #BD6E5A
RGB
CMYK
RGB Variations
Color information
#BD6E5A (or 0xBD6E5A) is known color: Japonica. HEX triplet: BD, 6E and 5A. RGB value is (189,110,90). Sum of RGB (Red+Green+Blue) = 189+110+90=389 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.59% from 389); Green value is 110 (43.36% from 255 or 28.28% from 389); Blue value is 90 (35.55% from 255 or 23.14% from 389); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6E5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD6E5A is #4291A5. Grayscale: #838383. Windows color (decimal): -4362662 or 5926589. OLE color: 5926589.
HSL color Cylindrical-coordinate representation of color #BD6E5A: hue angle of 12.12º 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 #BD6E5A is Cyan = 0, Magento = 0.42, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 110 | 90 | - |
| CMYK | 0 | 0.42 | 0.52 | 0.26 |
| HSL | 12.12º | 0.43% | 0.55% | - |
| HSV(B) | 12.12º | 0.52% | 0.74% | - |
| XYZ | 28.41 | 22.71 | 12.56 | - |
| YUV | 131.34 | 104.67 | 169.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 110 | 90 | 0 | 0.42 | 0.52 | 0.26 | 12.12 | 0.43 | 0.55 |
| Hex | BD | 6E | 5A | 0 | 2A | 34 | 1A | C | 2B | 37 |
| Octal | 275 | 156 | 132 | 0 | 52 | 64 | 32 | 14 | 53 | 67 |
| Binary | 10111101 | 1101110 | 1011010 | 0 | 101010 | 110100 | 11010 | 1100 | 101011 | 110111 |
Color Harmonies of #BD6E5A
Complementary color
Monochromatic Colors of #BD6E5A
Black with #BD6E5A
Text Example
Text Example
White with #BD6E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6E5A; }
p { color: rgb(189,110,90); }
H1.HeaderClassName
{
color: #BD6E5A;
}
.AnyTagClassName
{
color: #BD6E5A;
}
</style>
background-color css
<style>
a { background-color: #BD6E5A; }
a { background-color: rgb(189,110,90); }
div.DivClassName
{
background-color: #BD6E5A;
}
.BgClassName
{
background-color: #BD6E5A;
}
</style>
border-color css
<style>
span { border-color: #BD6E5A; }
span { border-color: rgb(189,110,90); }
td.TdClassName
{
border-color: #BD6E5A;
}
.TagClassName
{
border-color: #BD6E5A;
}
</style>