#BF7857

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

Shades of Japonica #BF7857

Tints of Japonica #BF7857

Color information

#BF7857 (or 0xBF7857) is unknown color: approx Japonica. HEX triplet: BF, 78 and 57. RGB value is (191,120,87). Sum of RGB (Red+Green+Blue) = 191+120+87=398 (52% of max value = 765). Red value is 191 (75% from 255 or 47.99% from 398); Green value is 120 (47.27% from 255 or 30.15% from 398); Blue value is 87 (34.38% from 255 or 21.86% from 398); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7857 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7857 is #4087A8. Grayscale: #898989. Windows color (decimal): -4229033 or 5732543. OLE color: 5732543.

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

Color convert

RGB19112087-
CMYK00.370.540.25
HSL19.04º44.83%54.51%-
HSV(B)19.04º54.45%74.9%-
XYZ29.9225.212.3-
YUV137.4799.52166.18-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.99%
GREEN value IS 120 (47.27% from 255) = 30.15%
BLUE value IS 87 (34.38% from 255) = 21.86%
R=47.99%
G=30.15%
B=21.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.54
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911208700.370.540.2519.0444.8354.51
HexBF78570253619132d37
Octal2771701270456631235567
Binary101111111111000101011101001011101101100110011101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7857; }

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

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

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

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

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

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

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

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