Shades of Japonica #BB725B
Tints of Japonica #BB725B
RGB
CMYK
RGB Variations
Color information
#BB725B (or 0xBB725B) is known color: Japonica. HEX triplet: BB, 72 and 5B. RGB value is (187,114,91). Sum of RGB (Red+Green+Blue) = 187+114+91=392 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.70% from 392); Green value is 114 (44.92% from 255 or 29.08% from 392); Blue value is 91 (35.94% from 255 or 23.21% from 392); Max value from RGB is 187 - color contains mainly: red. Hex color #BB725B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB725B is #448DA4. Grayscale: #858585. Windows color (decimal): -4492709 or 5993147. OLE color: 5993147.
HSL color Cylindrical-coordinate representation of color #BB725B: hue angle of 14.38º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BB725B is Cyan = 0, Magento = 0.39, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 114 | 91 | - |
| CMYK | 0 | 0.39 | 0.51 | 0.27 |
| HSL | 14.38º | 0.41% | 0.55% | - |
| HSV(B) | 14.38º | 0.51% | 0.73% | - |
| XYZ | 28.4 | 23.35 | 12.91 | - |
| YUV | 133.21 | 104.18 | 166.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 114 | 91 | 0 | 0.39 | 0.51 | 0.27 | 14.38 | 0.41 | 0.55 |
| Hex | BB | 72 | 5B | 0 | 27 | 33 | 1B | E | 29 | 37 |
| Octal | 273 | 162 | 133 | 0 | 47 | 63 | 33 | 16 | 51 | 67 |
| Binary | 10111011 | 1110010 | 1011011 | 0 | 100111 | 110011 | 11011 | 1110 | 101001 | 110111 |
Color Harmonies of #BB725B
Complementary color
Monochromatic Colors of #BB725B
Black with #BB725B
Text Example
Text Example
White with #BB725B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB725B; }
p { color: rgb(187,114,91); }
H1.HeaderClassName
{
color: #BB725B;
}
.AnyTagClassName
{
color: #BB725B;
}
</style>
background-color css
<style>
a { background-color: #BB725B; }
a { background-color: rgb(187,114,91); }
div.DivClassName
{
background-color: #BB725B;
}
.BgClassName
{
background-color: #BB725B;
}
</style>
border-color css
<style>
span { border-color: #BB725B; }
span { border-color: rgb(187,114,91); }
td.TdClassName
{
border-color: #BB725B;
}
.TagClassName
{
border-color: #BB725B;
}
</style>