#BB7A5C

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

Shades of Japonica #BB7A5C

Tints of Japonica #BB7A5C

Color information

#BB7A5C (or 0xBB7A5C) is unknown color: approx Japonica. HEX triplet: BB, 7A and 5C. RGB value is (187,122,92). Sum of RGB (Red+Green+Blue) = 187+122+92=401 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.63% from 401); Green value is 122 (48.05% from 255 or 30.42% from 401); Blue value is 92 (36.33% from 255 or 22.94% from 401); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7A5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7A5C is #4485A3. Grayscale: #8A8A8A. Windows color (decimal): -4490660 or 6060731. OLE color: 6060731.

HSL color Cylindrical-coordinate representation of color #BB7A5C: hue angle of 18.95º 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 #BB7A5C is Cyan = 0, Magento = 0.35, Yellow = 0.51 and Black (K on CMYK) = 0.27.

Color convert

RGB18712292-
CMYK00.350.510.27
HSL18.95º41.13%54.71%-
HSV(B)18.95º50.8%73.33%-
XYZ29.3825.2613.45-
YUV138.01102.03162.94-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.63%
GREEN value IS 122 (48.05% from 255) = 30.42%
BLUE value IS 92 (36.33% from 255) = 22.94%
R=46.63%
G=30.42%
B=22.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871229200.350.510.2718.9541.1354.71
HexBB7A5C023331B132937
Octal2731721340436333235167
Binary101110111111010101110001000111100111101110011101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7A5C; }

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

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

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

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

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

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

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

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