#BB775C

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

Shades of Japonica #BB775C

Tints of Japonica #BB775C

Color information

#BB775C (or 0xBB775C) is unknown color: approx Japonica. HEX triplet: BB, 77 and 5C. RGB value is (187,119,92). Sum of RGB (Red+Green+Blue) = 187+119+92=398 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.98% from 398); Green value is 119 (46.88% from 255 or 29.90% from 398); Blue value is 92 (36.33% from 255 or 23.12% from 398); Max value from RGB is 187 - color contains mainly: red. Hex color #BB775C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB775C is #4488A3. Grayscale: #888888. Windows color (decimal): -4491428 or 6059963. OLE color: 6059963.

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

Color convert

RGB18711992-
CMYK00.360.510.27
HSL17.05º41.13%54.71%-
HSV(B)17.05º50.8%73.33%-
XYZ29.0224.5313.33-
YUV136.25103.03164.2-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.98%
GREEN value IS 119 (46.88% from 255) = 29.90%
BLUE value IS 92 (36.33% from 255) = 23.12%
R=46.98%
G=29.90%
B=23.12%

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
Decimal1871199200.360.510.2717.0541.1354.71
HexBB775C024331B112937
Octal2731671340446333215167
Binary101110111110111101110001001001100111101110001101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB775C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB775C; }

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

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

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

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

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

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

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

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