#bf7c59

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

Shades of Japonica #BF7C59

Tints of Japonica #BF7C59

Color information

#BF7C59 (or 0xBF7C59) is unknown color: approx Japonica. HEX triplet: BF, 7C and 59. RGB value is (191,124,89). Sum of RGB (Red+Green+Blue) = 191+124+89=404 (53% of max value = 765). Red value is 191 (75% from 255 or 47.28% from 404); Green value is 124 (48.83% from 255 or 30.69% from 404); Blue value is 89 (35.16% from 255 or 22.03% from 404); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7C59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7C59 is #4083A6. Grayscale: #8C8C8C. Windows color (decimal): -4228007 or 5864639. OLE color: 5864639.

HSL color Cylindrical-coordinate representation of color #BF7C59: hue angle of 20.59º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BF7C59 is Cyan = 0, Magento = 0.35, Yellow = 0.53 and Black (K on CMYK) = 0.25.

Color convert

RGB19112489-
CMYK00.350.530.25
HSL20.59º44.35%54.9%-
HSV(B)20.59º53.4%74.9%-
XYZ30.526.2112.9-
YUV140.0499.2164.35-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.28%
GREEN value IS 124 (48.83% from 255) = 30.69%
BLUE value IS 89 (35.16% from 255) = 22.03%
R=47.28%
G=30.69%
B=22.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.53
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911248900.350.530.2520.5944.3554.9
HexBF7C590233519152c37
Octal2771741310436531255467
Binary101111111111100101100101000111101011100110101101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf7c59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf7c59; }

 p { color: rgb(191,124,89); }

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

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

 a { background-color: rgb(191,124,89); }

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

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

 span { border-color: rgb(191,124,89); }

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