#BF7B56

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

Shades of Japonica #BF7B56

Tints of Japonica #BF7B56

Color information

#BF7B56 (or 0xBF7B56) is unknown color: approx Japonica. HEX triplet: BF, 7B and 56. RGB value is (191,123,86). Sum of RGB (Red+Green+Blue) = 191+123+86=400 (52% of max value = 765). Red value is 191 (75% from 255 or 47.75% from 400); Green value is 123 (48.44% from 255 or 30.75% from 400); Blue value is 86 (33.98% from 255 or 21.5% from 400); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7B56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7B56 is #4084A9. Grayscale: #8B8B8B. Windows color (decimal): -4228266 or 5667775. OLE color: 5667775.

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

Color convert

RGB19112386-
CMYK00.360.550.25
HSL21.14º45.06%54.31%-
HSV(B)21.14º54.97%74.9%-
XYZ30.2525.9112.21-
YUV139.1198.03165.01-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.75%
GREEN value IS 123 (48.44% from 255) = 30.75%
BLUE value IS 86 (33.98% from 255) = 21.5%
R=47.75%
G=30.75%
B=21.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.55
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911238600.360.550.2521.1445.0654.31
HexBF7B560243719152d36
Octal2771731260446731255566
Binary101111111111011101011001001001101111100110101101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7B56; }

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

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

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

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

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

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

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

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