#BF6E56

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

Shades of Japonica #BF6E56

Tints of Japonica #BF6E56

Color information

#BF6E56 (or 0xBF6E56) is unknown color: approx Japonica. HEX triplet: BF, 6E and 56. RGB value is (191,110,86). Sum of RGB (Red+Green+Blue) = 191+110+86=387 (51% of max value = 765). Red value is 191 (75% from 255 or 49.35% from 387); Green value is 110 (43.36% from 255 or 28.42% from 387); Blue value is 86 (33.98% from 255 or 22.22% from 387); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6E56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6E56 is #4091A9. Grayscale: #838383. Windows color (decimal): -4231594 or 5664447. OLE color: 5664447.

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

Color convert

RGB19111086-
CMYK00.420.550.25
HSL13.71º45.06%54.31%-
HSV(B)13.71º54.97%74.9%-
XYZ28.7422.911.71-
YUV131.48102.34170.45-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 49.35%
GREEN value IS 110 (43.36% from 255) = 28.42%
BLUE value IS 86 (33.98% from 255) = 22.22%
R=49.35%
G=28.42%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.55
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911108600.420.550.2513.7145.0654.31
HexBF6E5602A3719e2d36
Octal2771561260526731165566
Binary10111111110111010101100101010110111110011110101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6E56; }

 p { color: rgb(191,110,86); }

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

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

 a { background-color: rgb(191,110,86); }

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

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

 span { border-color: rgb(191,110,86); }

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