Shades of Japonica #BF705A
Tints of Japonica #BF705A
RGB
CMYK
RGB Variations
Color information
#BF705A (or 0xBF705A) is known color: Japonica. HEX triplet: BF, 70 and 5A. RGB value is (191,112,90). Sum of RGB (Red+Green+Blue) = 191+112+90=393 (52% of max value = 765). Red value is 191 (75% from 255 or 48.60% from 393); Green value is 112 (44.14% from 255 or 28.50% from 393); Blue value is 90 (35.55% from 255 or 22.90% from 393); Max value from RGB is 191 - color contains mainly: red. Hex color #BF705A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF705A is #408FA5. Grayscale: #858585. Windows color (decimal): -4231078 or 5927103. OLE color: 5927103.
HSL color Cylindrical-coordinate representation of color #BF705A: hue angle of 13.07º degrees, saturation: 0.44, 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 #BF705A is Cyan = 0, Magento = 0.41, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 112 | 90 | - |
| CMYK | 0 | 0.41 | 0.53 | 0.25 |
| HSL | 13.07º | 0.44% | 0.55% | - |
| HSV(B) | 13.07º | 0.53% | 0.75% | - |
| XYZ | 29.13 | 23.4 | 12.65 | - |
| YUV | 133.11 | 103.67 | 169.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 112 | 90 | 0 | 0.41 | 0.53 | 0.25 | 13.07 | 0.44 | 0.55 |
| Hex | BF | 70 | 5A | 0 | 29 | 35 | 19 | D | 2C | 37 |
| Octal | 277 | 160 | 132 | 0 | 51 | 65 | 31 | 15 | 54 | 67 |
| Binary | 10111111 | 1110000 | 1011010 | 0 | 101001 | 110101 | 11001 | 1101 | 101100 | 110111 |
Color Harmonies of #BF705A
Complementary color
Monochromatic Colors of #BF705A
Black with #BF705A
Text Example
Text Example
White with #BF705A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF705A; }
p { color: rgb(191,112,90); }
H1.HeaderClassName
{
color: #BF705A;
}
.AnyTagClassName
{
color: #BF705A;
}
</style>
background-color css
<style>
a { background-color: #BF705A; }
a { background-color: rgb(191,112,90); }
div.DivClassName
{
background-color: #BF705A;
}
.BgClassName
{
background-color: #BF705A;
}
</style>
border-color css
<style>
span { border-color: #BF705A; }
span { border-color: rgb(191,112,90); }
td.TdClassName
{
border-color: #BF705A;
}
.TagClassName
{
border-color: #BF705A;
}
</style>