#BB765A

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

Shades of Japonica #BB765A

Tints of Japonica #BB765A

Color information

#BB765A (or 0xBB765A) is unknown color: approx Japonica. HEX triplet: BB, 76 and 5A. RGB value is (187,118,90). Sum of RGB (Red+Green+Blue) = 187+118+90=395 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.34% from 395); Green value is 118 (46.48% from 255 or 29.87% from 395); Blue value is 90 (35.55% from 255 or 22.78% from 395); Max value from RGB is 187 - color contains mainly: red. Hex color #BB765A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB765A is #4489A5. Grayscale: #878787. Windows color (decimal): -4491686 or 5928635. OLE color: 5928635.

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

Color convert

RGB18711890-
CMYK00.370.520.27
HSL17.32º41.63%54.31%-
HSV(B)17.32º51.87%73.33%-
XYZ28.8224.2612.84-
YUV135.44102.36164.78-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.34%
GREEN value IS 118 (46.48% from 255) = 29.87%
BLUE value IS 90 (35.55% from 255) = 22.78%
R=47.34%
G=29.87%
B=22.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871189000.370.520.2717.3241.6354.31
HexBB765A025341B112a36
Octal2731661320456433215266
Binary101110111110110101101001001011101001101110001101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB765A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB765A; }

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

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

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

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

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

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

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

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