#BB785A

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

Shades of Japonica #BB785A

Tints of Japonica #BB785A

Color information

#BB785A (or 0xBB785A) is unknown color: approx Japonica. HEX triplet: BB, 78 and 5A. RGB value is (187,120,90). Sum of RGB (Red+Green+Blue) = 187+120+90=397 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.10% from 397); Green value is 120 (47.27% from 255 or 30.23% from 397); Blue value is 90 (35.55% from 255 or 22.67% from 397); Max value from RGB is 187 - color contains mainly: red. Hex color #BB785A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB785A is #4487A5. Grayscale: #888888. Windows color (decimal): -4491174 or 5929147. OLE color: 5929147.

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

Color convert

RGB18712090-
CMYK00.360.520.27
HSL18.56º41.63%54.31%-
HSV(B)18.56º51.87%73.33%-
XYZ29.0624.7412.92-
YUV136.61101.7163.94-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.10%
GREEN value IS 120 (47.27% from 255) = 30.23%
BLUE value IS 90 (35.55% from 255) = 22.67%
R=47.10%
G=30.23%
B=22.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871209000.360.520.2718.5641.6354.31
HexBB785A024341B132a36
Octal2731701320446433235266
Binary101110111111000101101001001001101001101110011101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB785A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB785A; }

 p { color: rgb(187,120,90); }

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

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

 a { background-color: rgb(187,120,90); }

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

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

 span { border-color: rgb(187,120,90); }

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