#BF745E

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

Shades of Japonica #BF745E

Tints of Japonica #BF745E

Color information

#BF745E (or 0xBF745E) is unknown color: approx Japonica. HEX triplet: BF, 74 and 5E. RGB value is (191,116,94). Sum of RGB (Red+Green+Blue) = 191+116+94=401 (53% of max value = 765). Red value is 191 (75% from 255 or 47.63% from 401); Green value is 116 (45.70% from 255 or 28.93% from 401); Blue value is 94 (37.11% from 255 or 23.44% from 401); Max value from RGB is 191 - color contains mainly: red. Hex color #BF745E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF745E is #408BA1. Grayscale: #888888. Windows color (decimal): -4230050 or 6190271. OLE color: 6190271.

HSL color Cylindrical-coordinate representation of color #BF745E: hue angle of 13.61º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BF745E is Cyan = 0, Magento = 0.39, Yellow = 0.51 and Black (K on CMYK) = 0.25.

Color convert

RGB19111694-
CMYK00.390.510.25
HSL13.61º43.11%55.88%-
HSV(B)13.61º50.79%74.9%-
XYZ29.7524.3813.73-
YUV135.92104.35167.29-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.63%
GREEN value IS 116 (45.70% from 255) = 28.93%
BLUE value IS 94 (37.11% from 255) = 23.44%
R=47.63%
G=28.93%
B=23.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911169400.390.510.2513.6143.1155.88
HexBF745E0273319e2b38
Octal2771641360476331165370
Binary10111111111010010111100100111110011110011110101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF745E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF745E; }

 p { color: rgb(191,116,94); }

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

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

 a { background-color: rgb(191,116,94); }

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

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

 span { border-color: rgb(191,116,94); }

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