#BF785C

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

Shades of Japonica #BF785C

Tints of Japonica #BF785C

Color information

#BF785C (or 0xBF785C) is unknown color: approx Japonica. HEX triplet: BF, 78 and 5C. RGB value is (191,120,92). Sum of RGB (Red+Green+Blue) = 191+120+92=403 (53% of max value = 765). Red value is 191 (75% from 255 or 47.39% from 403); Green value is 120 (47.27% from 255 or 29.78% from 403); Blue value is 92 (36.33% from 255 or 22.83% from 403); Max value from RGB is 191 - color contains mainly: red. Hex color #BF785C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF785C is #4087A3. Grayscale: #8A8A8A. Windows color (decimal): -4229028 or 6060223. OLE color: 6060223.

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

Color convert

RGB19112092-
CMYK00.370.520.25
HSL16.97º43.61%55.49%-
HSV(B)16.97º51.83%74.9%-
XYZ30.1325.2813.42-
YUV138.04102.02165.78-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.39%
GREEN value IS 120 (47.27% from 255) = 29.78%
BLUE value IS 92 (36.33% from 255) = 22.83%
R=47.39%
G=29.78%
B=22.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.52
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911209200.370.520.2516.9743.6155.49
HexBF785C0253419112c37
Octal2771701340456431215467
Binary101111111111000101110001001011101001100110001101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF785C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF785C; }

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

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

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

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

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

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

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

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