#BF7656

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

Shades of Japonica #BF7656

Tints of Japonica #BF7656

Color information

#BF7656 (or 0xBF7656) is unknown color: approx Japonica. HEX triplet: BF, 76 and 56. RGB value is (191,118,86). Sum of RGB (Red+Green+Blue) = 191+118+86=395 (52% of max value = 765). Red value is 191 (75% from 255 or 48.35% from 395); Green value is 118 (46.48% from 255 or 29.87% from 395); Blue value is 86 (33.98% from 255 or 21.77% from 395); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7656 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7656 is #4089A9. Grayscale: #888888. Windows color (decimal): -4229546 or 5666495. OLE color: 5666495.

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

Color convert

RGB19111886-
CMYK00.380.550.25
HSL18.29º45.06%54.31%-
HSV(B)18.29º54.97%74.9%-
XYZ29.6424.7112.01-
YUV136.1899.68167.1-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 48.35%
GREEN value IS 118 (46.48% from 255) = 29.87%
BLUE value IS 86 (33.98% from 255) = 21.77%
R=48.35%
G=29.87%
B=21.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.55
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911188600.380.550.2518.2945.0654.31
HexBF76560263719122d36
Octal2771661260466731225566
Binary101111111110110101011001001101101111100110010101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7656; }

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

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

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

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

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

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

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

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