#BF745C

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

Shades of Japonica #BF745C

Tints of Japonica #BF745C

Color information

#BF745C (or 0xBF745C) is unknown color: approx Japonica. HEX triplet: BF, 74 and 5C. RGB value is (191,116,92). Sum of RGB (Red+Green+Blue) = 191+116+92=399 (52% of max value = 765). Red value is 191 (75% from 255 or 47.87% from 399); Green value is 116 (45.70% from 255 or 29.07% from 399); Blue value is 92 (36.33% from 255 or 23.06% from 399); Max value from RGB is 191 - color contains mainly: red. Hex color #BF745C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF745C is #408BA3. Grayscale: #878787. Windows color (decimal): -4230052 or 6059199. OLE color: 6059199.

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

Color convert

RGB19111692-
CMYK00.390.520.25
HSL14.55º43.61%55.49%-
HSV(B)14.55º51.83%74.9%-
XYZ29.6624.3413.26-
YUV135.69103.35167.45-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.87%
GREEN value IS 116 (45.70% from 255) = 29.07%
BLUE value IS 92 (36.33% from 255) = 23.06%
R=47.87%
G=29.07%
B=23.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.52
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911169200.390.520.2514.5543.6155.49
HexBF745C0273419f2c37
Octal2771641340476431175467
Binary10111111111010010111000100111110100110011111101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF745C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF745C; }

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

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

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

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

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

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

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

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