#BC7B5A

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

Shades of Japonica #BC7B5A

Tints of Japonica #BC7B5A

Color information

#BC7B5A (or 0xBC7B5A) is unknown color: approx Japonica. HEX triplet: BC, 7B and 5A. RGB value is (188,123,90). Sum of RGB (Red+Green+Blue) = 188+123+90=401 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.88% from 401); Green value is 123 (48.44% from 255 or 30.67% from 401); Blue value is 90 (35.55% from 255 or 22.44% from 401); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7B5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7B5A is #4384A5. Grayscale: #8A8A8A. Windows color (decimal): -4424870 or 5929916. OLE color: 5929916.

HSL color Cylindrical-coordinate representation of color #BC7B5A: hue angle of 20.2º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BC7B5A is Cyan = 0, Magento = 0.35, Yellow = 0.52 and Black (K on CMYK) = 0.26.

Color convert

RGB18812390-
CMYK00.350.520.26
HSL20.2º42.24%54.51%-
HSV(B)20.2º52.13%73.73%-
XYZ29.6725.613.05-
YUV138.67100.53163.18-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 46.88%
GREEN value IS 123 (48.44% from 255) = 30.67%
BLUE value IS 90 (35.55% from 255) = 22.44%
R=46.88%
G=30.67%
B=22.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.52
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881239000.350.520.2620.242.2454.51
HexBC7B5A023341A142a37
Octal2741731320436432245267
Binary101111001111011101101001000111101001101010100101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7B5A; }

 p { color: rgb(188,123,90); }

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

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

 a { background-color: rgb(188,123,90); }

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

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

 span { border-color: rgb(188,123,90); }

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