#BB775D

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

Shades of Japonica #BB775D

Tints of Japonica #BB775D

Color information

#BB775D (or 0xBB775D) is unknown color: approx Japonica. HEX triplet: BB, 77 and 5D. RGB value is (187,119,93). Sum of RGB (Red+Green+Blue) = 187+119+93=399 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.87% from 399); Green value is 119 (46.88% from 255 or 29.82% from 399); Blue value is 93 (36.72% from 255 or 23.31% from 399); Max value from RGB is 187 - color contains mainly: red. Hex color #BB775D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB775D is #4488A2. Grayscale: #888888. Windows color (decimal): -4491427 or 6125499. OLE color: 6125499.

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

Color convert

RGB18711993-
CMYK00.360.500.27
HSL16.6º40.87%54.9%-
HSV(B)16.6º50.27%73.33%-
XYZ29.0724.5513.56-
YUV136.37103.53164.11-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.87%
GREEN value IS 119 (46.88% from 255) = 29.82%
BLUE value IS 93 (36.72% from 255) = 23.31%
R=46.87%
G=29.82%
B=23.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.50
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871199300.360.500.2716.640.8754.9
HexBB775D024321B112937
Octal2731671350446233215167
Binary101110111110111101110101001001100101101110001101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB775D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB775D; }

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

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

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

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

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

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

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

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