#BF7B57

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

Shades of Japonica #BF7B57

Tints of Japonica #BF7B57

Color information

#BF7B57 (or 0xBF7B57) is unknown color: approx Japonica. HEX triplet: BF, 7B and 57. RGB value is (191,123,87). Sum of RGB (Red+Green+Blue) = 191+123+87=401 (53% of max value = 765). Red value is 191 (75% from 255 or 47.63% from 401); Green value is 123 (48.44% from 255 or 30.67% from 401); Blue value is 87 (34.38% from 255 or 21.70% from 401); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7B57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7B57 is #4084A8. Grayscale: #8B8B8B. Windows color (decimal): -4228265 or 5733311. OLE color: 5733311.

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

Color convert

RGB19112387-
CMYK00.360.540.25
HSL20.77º44.83%54.51%-
HSV(B)20.77º54.45%74.9%-
XYZ30.2925.9312.43-
YUV139.2398.53164.93-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.63%
GREEN value IS 123 (48.44% from 255) = 30.67%
BLUE value IS 87 (34.38% from 255) = 21.70%
R=47.63%
G=30.67%
B=21.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.54
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911238700.360.540.2520.7744.8354.51
HexBF7B570243619152d37
Octal2771731270446631255567
Binary101111111111011101011101001001101101100110101101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7B57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7B57; }

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

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

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

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

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

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

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

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