#BF6E5A

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

Shades of Japonica #BF6E5A

Tints of Japonica #BF6E5A

Color information

#BF6E5A (or 0xBF6E5A) is unknown color: approx Japonica. HEX triplet: BF, 6E and 5A. RGB value is (191,110,90). Sum of RGB (Red+Green+Blue) = 191+110+90=391 (51% of max value = 765). Red value is 191 (75% from 255 or 48.85% from 391); Green value is 110 (43.36% from 255 or 28.13% from 391); Blue value is 90 (35.55% from 255 or 23.02% from 391); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6E5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6E5A is #4091A5. Grayscale: #848484. Windows color (decimal): -4231590 or 5926591. OLE color: 5926591.

HSL color Cylindrical-coordinate representation of color #BF6E5A: hue angle of 11.88º 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 #BF6E5A is Cyan = 0, Magento = 0.42, Yellow = 0.53 and Black (K on CMYK) = 0.25.

Color convert

RGB19111090-
CMYK00.420.530.25
HSL11.88º44.1%55.1%-
HSV(B)11.88º52.88%74.9%-
XYZ28.9122.9712.58-
YUV131.94104.34170.13-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 48.85%
GREEN value IS 110 (43.36% from 255) = 28.13%
BLUE value IS 90 (35.55% from 255) = 23.02%
R=48.85%
G=28.13%
B=23.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.53
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911109000.420.530.2511.8844.155.1
HexBF6E5A02A3519c2c37
Octal2771561320526531145467
Binary10111111110111010110100101010110101110011100101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6E5A; }

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

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

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

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

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

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

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

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