#BB795D

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

Shades of Japonica #BB795D

Tints of Japonica #BB795D

Color information

#BB795D (or 0xBB795D) is unknown color: approx Japonica. HEX triplet: BB, 79 and 5D. RGB value is (187,121,93). Sum of RGB (Red+Green+Blue) = 187+121+93=401 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.63% from 401); Green value is 121 (47.66% from 255 or 30.17% from 401); Blue value is 93 (36.72% from 255 or 23.19% from 401); Max value from RGB is 187 - color contains mainly: red. Hex color #BB795D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB795D is #4486A2. Grayscale: #898989. Windows color (decimal): -4490915 or 6126011. OLE color: 6126011.

HSL color Cylindrical-coordinate representation of color #BB795D: hue angle of 17.87º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BB795D is Cyan = 0, Magento = 0.35, Yellow = 0.50 and Black (K on CMYK) = 0.27.

Color convert

RGB18712193-
CMYK00.350.500.27
HSL17.87º40.87%54.9%-
HSV(B)17.87º50.27%73.33%-
XYZ29.3125.0313.64-
YUV137.54102.87163.28-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.63%
GREEN value IS 121 (47.66% from 255) = 30.17%
BLUE value IS 93 (36.72% from 255) = 23.19%
R=46.63%
G=30.17%
B=23.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.50
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871219300.350.500.2717.8740.8754.9
HexBB795D023321B122937
Octal2731711350436233225167
Binary101110111111001101110101000111100101101110010101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB795D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB795D; }

 p { color: rgb(187,121,93); }

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

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

 a { background-color: rgb(187,121,93); }

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

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

 span { border-color: rgb(187,121,93); }

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