#BF785E

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

Shades of Japonica #BF785E

Tints of Japonica #BF785E

Color information

#BF785E (or 0xBF785E) is unknown color: approx Japonica. HEX triplet: BF, 78 and 5E. RGB value is (191,120,94). Sum of RGB (Red+Green+Blue) = 191+120+94=405 (53% of max value = 765). Red value is 191 (75% from 255 or 47.16% from 405); Green value is 120 (47.27% from 255 or 29.63% from 405); Blue value is 94 (37.11% from 255 or 23.21% from 405); Max value from RGB is 191 - color contains mainly: red. Hex color #BF785E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF785E is #4087A1. Grayscale: #8A8A8A. Windows color (decimal): -4229026 or 6191295. OLE color: 6191295.

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

Color convert

RGB19112094-
CMYK00.370.510.25
HSL16.08º43.11%55.88%-
HSV(B)16.08º50.79%74.9%-
XYZ30.2225.3213.88-
YUV138.26103.02165.61-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.16%
GREEN value IS 120 (47.27% from 255) = 29.63%
BLUE value IS 94 (37.11% from 255) = 23.21%
R=47.16%
G=29.63%
B=23.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911209400.370.510.2516.0843.1155.88
HexBF785E0253319102b38
Octal2771701360456331205370
Binary101111111111000101111001001011100111100110000101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF785E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF785E; }

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

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

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

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

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

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

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

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