Shades of Japonica #BD7A5F
Tints of Japonica #BD7A5F
RGB
CMYK
RGB Variations
Color information
#BD7A5F (or 0xBD7A5F) is known color: Japonica. HEX triplet: BD, 7A and 5F. RGB value is (189,122,95). Sum of RGB (Red+Green+Blue) = 189+122+95=406 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.55% from 406); Green value is 122 (48.05% from 255 or 30.05% from 406); Blue value is 95 (37.5% from 255 or 23.40% from 406); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7A5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7A5F is #4285A0. Grayscale: #8B8B8B. Windows color (decimal): -4359585 or 6257341. OLE color: 6257341.
HSL color Cylindrical-coordinate representation of color #BD7A5F: hue angle of 17.23º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BD7A5F is Cyan = 0, Magento = 0.35, Yellow = 0.50 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 122 | 95 | - |
| CMYK | 0 | 0.35 | 0.50 | 0.26 |
| HSL | 17.23º | 0.42% | 0.56% | - |
| HSV(B) | 17.23º | 0.5% | 0.74% | - |
| XYZ | 30.01 | 25.56 | 14.18 | - |
| YUV | 138.96 | 103.2 | 163.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 122 | 95 | 0 | 0.35 | 0.50 | 0.26 | 17.23 | 0.42 | 0.56 |
| Hex | BD | 7A | 5F | 0 | 23 | 32 | 1A | 11 | 2A | 38 |
| Octal | 275 | 172 | 137 | 0 | 43 | 62 | 32 | 21 | 52 | 70 |
| Binary | 10111101 | 1111010 | 1011111 | 0 | 100011 | 110010 | 11010 | 10001 | 101010 | 111000 |
Color Harmonies of #BD7A5F
Complementary color
Monochromatic Colors of #BD7A5F
Black with #BD7A5F
Text Example
Text Example
White with #BD7A5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7A5F; }
p { color: rgb(189,122,95); }
H1.HeaderClassName
{
color: #BD7A5F;
}
.AnyTagClassName
{
color: #BD7A5F;
}
</style>
background-color css
<style>
a { background-color: #BD7A5F; }
a { background-color: rgb(189,122,95); }
div.DivClassName
{
background-color: #BD7A5F;
}
.BgClassName
{
background-color: #BD7A5F;
}
</style>
border-color css
<style>
span { border-color: #BD7A5F; }
span { border-color: rgb(189,122,95); }
td.TdClassName
{
border-color: #BD7A5F;
}
.TagClassName
{
border-color: #BD7A5F;
}
</style>