#BB775A

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

Shades of Japonica #BB775A

Tints of Japonica #BB775A

Color information

#BB775A (or 0xBB775A) is unknown color: approx Japonica. HEX triplet: BB, 77 and 5A. RGB value is (187,119,90). Sum of RGB (Red+Green+Blue) = 187+119+90=396 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.22% from 396); Green value is 119 (46.88% from 255 or 30.05% from 396); Blue value is 90 (35.55% from 255 or 22.73% from 396); Max value from RGB is 187 - color contains mainly: red. Hex color #BB775A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB775A is #4488A5. Grayscale: #888888. Windows color (decimal): -4491430 or 5928891. OLE color: 5928891.

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

Color convert

RGB18711990-
CMYK00.360.520.27
HSL17.94º41.63%54.31%-
HSV(B)17.94º51.87%73.33%-
XYZ28.9424.512.88-
YUV136.03102.03164.36-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.22%
GREEN value IS 119 (46.88% from 255) = 30.05%
BLUE value IS 90 (35.55% from 255) = 22.73%
R=47.22%
G=30.05%
B=22.73%

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
Decimal1871199000.360.520.2717.9441.6354.31
HexBB775A024341B122a36
Octal2731671320446433225266
Binary101110111110111101101001001001101001101110010101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB775A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB775A; }

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

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

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

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

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

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

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

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