Shades of Japonica #BE7B5A
Tints of Japonica #BE7B5A
RGB
CMYK
RGB Variations
Color information
#BE7B5A (or 0xBE7B5A) is known color: Japonica. HEX triplet: BE, 7B and 5A. RGB value is (190,123,90). Sum of RGB (Red+Green+Blue) = 190+123+90=403 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.15% from 403); Green value is 123 (48.44% from 255 or 30.52% from 403); Blue value is 90 (35.55% from 255 or 22.33% from 403); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7B5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7B5A is #4184A5. Grayscale: #8B8B8B. Windows color (decimal): -4293798 or 5929918. OLE color: 5929918.
HSL color Cylindrical-coordinate representation of color #BE7B5A: hue angle of 19.8º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BE7B5A is Cyan = 0, Magento = 0.35, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 123 | 90 | - |
| CMYK | 0 | 0.35 | 0.53 | 0.25 |
| HSL | 19.8º | 0.43% | 0.55% | - |
| HSV(B) | 19.8º | 0.53% | 0.75% | - |
| XYZ | 30.16 | 25.85 | 13.07 | - |
| YUV | 139.27 | 100.2 | 164.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 123 | 90 | 0 | 0.35 | 0.53 | 0.25 | 19.8 | 0.43 | 0.55 |
| Hex | BE | 7B | 5A | 0 | 23 | 35 | 19 | 14 | 2B | 37 |
| Octal | 276 | 173 | 132 | 0 | 43 | 65 | 31 | 24 | 53 | 67 |
| Binary | 10111110 | 1111011 | 1011010 | 0 | 100011 | 110101 | 11001 | 10100 | 101011 | 110111 |
Color Harmonies of #BE7B5A
Complementary color
Monochromatic Colors of #BE7B5A
Black with #BE7B5A
Text Example
Text Example
White with #BE7B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7B5A; }
p { color: rgb(190,123,90); }
H1.HeaderClassName
{
color: #BE7B5A;
}
.AnyTagClassName
{
color: #BE7B5A;
}
</style>
background-color css
<style>
a { background-color: #BE7B5A; }
a { background-color: rgb(190,123,90); }
div.DivClassName
{
background-color: #BE7B5A;
}
.BgClassName
{
background-color: #BE7B5A;
}
</style>
border-color css
<style>
span { border-color: #BE7B5A; }
span { border-color: rgb(190,123,90); }
td.TdClassName
{
border-color: #BE7B5A;
}
.TagClassName
{
border-color: #BE7B5A;
}
</style>