Shades of Japonica #BD765C
Tints of Japonica #BD765C
RGB
CMYK
RGB Variations
Color information
#BD765C (or 0xBD765C) is known color: Japonica. HEX triplet: BD, 76 and 5C. RGB value is (189,118,92). Sum of RGB (Red+Green+Blue) = 189+118+92=399 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.37% from 399); Green value is 118 (46.48% from 255 or 29.57% from 399); Blue value is 92 (36.33% from 255 or 23.06% from 399); Max value from RGB is 189 - color contains mainly: red. Hex color #BD765C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD765C is #4289A3. Grayscale: #888888. Windows color (decimal): -4360612 or 6059709. OLE color: 6059709.
HSL color Cylindrical-coordinate representation of color #BD765C: hue angle of 16.08º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BD765C is Cyan = 0, Magento = 0.38, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 118 | 92 | - |
| CMYK | 0 | 0.38 | 0.51 | 0.26 |
| HSL | 16.08º | 0.42% | 0.55% | - |
| HSV(B) | 16.08º | 0.51% | 0.74% | - |
| XYZ | 29.4 | 24.55 | 13.31 | - |
| YUV | 136.27 | 103.02 | 165.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 118 | 92 | 0 | 0.38 | 0.51 | 0.26 | 16.08 | 0.42 | 0.55 |
| Hex | BD | 76 | 5C | 0 | 26 | 33 | 1A | 10 | 2A | 37 |
| Octal | 275 | 166 | 134 | 0 | 46 | 63 | 32 | 20 | 52 | 67 |
| Binary | 10111101 | 1110110 | 1011100 | 0 | 100110 | 110011 | 11010 | 10000 | 101010 | 110111 |
Color Harmonies of #BD765C
Complementary color
Monochromatic Colors of #BD765C
Black with #BD765C
Text Example
Text Example
White with #BD765C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD765C; }
p { color: rgb(189,118,92); }
H1.HeaderClassName
{
color: #BD765C;
}
.AnyTagClassName
{
color: #BD765C;
}
</style>
background-color css
<style>
a { background-color: #BD765C; }
a { background-color: rgb(189,118,92); }
div.DivClassName
{
background-color: #BD765C;
}
.BgClassName
{
background-color: #BD765C;
}
</style>
border-color css
<style>
span { border-color: #BD765C; }
span { border-color: rgb(189,118,92); }
td.TdClassName
{
border-color: #BD765C;
}
.TagClassName
{
border-color: #BD765C;
}
</style>