#BB7A59

Color #BB7A59 Japonica (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Japonica #BB7A59

Tints of Japonica #BB7A59

Color information

#BB7A59 (or 0xBB7A59) is unknown color: approx Japonica. HEX triplet: BB, 7A and 59. RGB value is (187,122,89). Sum of RGB (Red+Green+Blue) = 187+122+89=398 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.98% from 398); Green value is 122 (48.05% from 255 or 30.65% from 398); Blue value is 89 (35.16% from 255 or 22.36% from 398); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7A59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7A59 is #4485A6. Grayscale: #898989. Windows color (decimal): -4490663 or 5864123. OLE color: 5864123.

HSL color Cylindrical-coordinate representation of color #BB7A59: hue angle of 20.2º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BB7A59 is Cyan = 0, Magento = 0.35, Yellow = 0.52 and Black (K on CMYK) = 0.27.

Color convert

RGB18712289-
CMYK00.350.520.27
HSL20.2º41.88%54.12%-
HSV(B)20.2º52.41%73.33%-
XYZ29.2625.2112.77-
YUV137.67100.53163.18-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 187 (73.44% from 255) = 46.98%
GREEN value IS 122 (48.05% from 255) = 30.65%
BLUE value IS 89 (35.16% from 255) = 22.36%
R=46.98%
G=30.65%
B=22.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871228900.350.520.2720.241.8854.12
HexBB7A59023341B142a36
Octal2731721310436433245266
Binary101110111111010101100101000111101001101110100101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7A59; }

 p { color: rgb(187,122,89); }

 H1.HeaderClassName
 {
   color: #BB7A59;
 }
 .AnyTagClassName
 {
   color: #BB7A59;
 }
</style>
background-color css

<style>
 a { background-color: #BB7A59; }

 a { background-color: rgb(187,122,89); }

 div.DivClassName
 {
   background-color: #BB7A59;
 }
 .BgClassName
 {
   background-color: #BB7A59;
 }
</style>
border-color css

<style>
 span { border-color: #BB7A59; }

 span { border-color: rgb(187,122,89); }

 td.TdClassName
 {
   border-color: #BB7A59;
 }
 .TagClassName
 {
   border-color: #BB7A59;
 }
</style>