#BB795E

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

Shades of Japonica #BB795E

Tints of Japonica #BB795E

Color information

#BB795E (or 0xBB795E) is unknown color: approx Japonica. HEX triplet: BB, 79 and 5E. RGB value is (187,121,94). Sum of RGB (Red+Green+Blue) = 187+121+94=402 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.52% from 402); Green value is 121 (47.66% from 255 or 30.10% from 402); Blue value is 94 (37.11% from 255 or 23.38% from 402); Max value from RGB is 187 - color contains mainly: red. Hex color #BB795E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB795E is #4486A1. Grayscale: #898989. Windows color (decimal): -4490914 or 6191547. OLE color: 6191547.

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

Color convert

RGB18712194-
CMYK00.350.500.27
HSL17.42º40.61%55.1%-
HSV(B)17.42º49.73%73.33%-
XYZ29.3525.0513.88-
YUV137.66103.37163.2-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.52%
GREEN value IS 121 (47.66% from 255) = 30.10%
BLUE value IS 94 (37.11% from 255) = 23.38%
R=46.52%
G=30.10%
B=23.38%

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
Decimal1871219400.350.500.2717.4240.6155.1
HexBB795E023321B112937
Octal2731711360436233215167
Binary101110111111001101111001000111100101101110001101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB795E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB795E; }

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

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

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

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

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

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

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

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