#BF6E58

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

Shades of Japonica #BF6E58

Tints of Japonica #BF6E58

Color information

#BF6E58 (or 0xBF6E58) is unknown color: approx Japonica. HEX triplet: BF, 6E and 58. RGB value is (191,110,88). Sum of RGB (Red+Green+Blue) = 191+110+88=389 (51% of max value = 765). Red value is 191 (75% from 255 or 49.10% from 389); Green value is 110 (43.36% from 255 or 28.28% from 389); Blue value is 88 (34.77% from 255 or 22.62% from 389); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6E58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6E58 is #4091A7. Grayscale: #838383. Windows color (decimal): -4231592 or 5795519. OLE color: 5795519.

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

Color convert

RGB19111088-
CMYK00.420.540.25
HSL12.82º44.59%54.71%-
HSV(B)12.82º53.93%74.9%-
XYZ28.8222.9312.14-
YUV131.71103.34170.29-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 49.10%
GREEN value IS 110 (43.36% from 255) = 28.28%
BLUE value IS 88 (34.77% from 255) = 22.62%
R=49.10%
G=28.28%
B=22.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.54
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911108800.420.540.2512.8244.5954.71
HexBF6E5802A3619d2d37
Octal2771561300526631155567
Binary10111111110111010110000101010110110110011101101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6E58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6E58; }

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

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

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

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

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

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

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

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