#BB775B

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

Shades of Japonica #BB775B

Tints of Japonica #BB775B

Color information

#BB775B (or 0xBB775B) is unknown color: approx Japonica. HEX triplet: BB, 77 and 5B. RGB value is (187,119,91). Sum of RGB (Red+Green+Blue) = 187+119+91=397 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.10% from 397); Green value is 119 (46.88% from 255 or 29.97% from 397); Blue value is 91 (35.94% from 255 or 22.92% from 397); Max value from RGB is 187 - color contains mainly: red. Hex color #BB775B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB775B is #4488A4. Grayscale: #888888. Windows color (decimal): -4491429 or 5994427. OLE color: 5994427.

HSL color Cylindrical-coordinate representation of color #BB775B: hue angle of 17.5º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BB775B is Cyan = 0, Magento = 0.36, Yellow = 0.51 and Black (K on CMYK) = 0.27.

Color convert

RGB18711991-
CMYK00.360.510.27
HSL17.5º41.38%54.51%-
HSV(B)17.5º51.34%73.33%-
XYZ28.9824.5113.1-
YUV136.14102.53164.28-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.10%
GREEN value IS 119 (46.88% from 255) = 29.97%
BLUE value IS 91 (35.94% from 255) = 22.92%
R=47.10%
G=29.97%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871199100.360.510.2717.541.3854.51
HexBB775B024331B122937
Octal2731671330446333225167
Binary101110111110111101101101001001100111101110010101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB775B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB775B; }

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

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

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

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

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

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

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

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