Shades of Japonica #BB735B
Tints of Japonica #BB735B
RGB
CMYK
RGB Variations
Color information
#BB735B (or 0xBB735B) is known color: Japonica. HEX triplet: BB, 73 and 5B. RGB value is (187,115,91). Sum of RGB (Red+Green+Blue) = 187+115+91=393 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.58% from 393); Green value is 115 (45.31% from 255 or 29.26% from 393); Blue value is 91 (35.94% from 255 or 23.16% from 393); Max value from RGB is 187 - color contains mainly: red. Hex color #BB735B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB735B is #448CA4. Grayscale: #858585. Windows color (decimal): -4492453 or 5993403. OLE color: 5993403.
HSL color Cylindrical-coordinate representation of color #BB735B: hue angle of 15º 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 #BB735B is Cyan = 0, Magento = 0.39, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 115 | 91 | - |
| CMYK | 0 | 0.39 | 0.51 | 0.27 |
| HSL | 15º | 0.41% | 0.55% | - |
| HSV(B) | 15º | 0.51% | 0.73% | - |
| XYZ | 28.51 | 23.58 | 12.95 | - |
| YUV | 133.79 | 103.85 | 165.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 115 | 91 | 0 | 0.39 | 0.51 | 0.27 | 15 | 0.41 | 0.55 |
| Hex | BB | 73 | 5B | 0 | 27 | 33 | 1B | F | 29 | 37 |
| Octal | 273 | 163 | 133 | 0 | 47 | 63 | 33 | 17 | 51 | 67 |
| Binary | 10111011 | 1110011 | 1011011 | 0 | 100111 | 110011 | 11011 | 1111 | 101001 | 110111 |
Color Harmonies of #BB735B
Complementary color
Monochromatic Colors of #BB735B
Black with #BB735B
Text Example
Text Example
White with #BB735B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB735B; }
p { color: rgb(187,115,91); }
H1.HeaderClassName
{
color: #BB735B;
}
.AnyTagClassName
{
color: #BB735B;
}
</style>
background-color css
<style>
a { background-color: #BB735B; }
a { background-color: rgb(187,115,91); }
div.DivClassName
{
background-color: #BB735B;
}
.BgClassName
{
background-color: #BB735B;
}
</style>
border-color css
<style>
span { border-color: #BB735B; }
span { border-color: rgb(187,115,91); }
td.TdClassName
{
border-color: #BB735B;
}
.TagClassName
{
border-color: #BB735B;
}
</style>