#BF7755

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

Shades of Red Damask #BF7755

Tints of Red Damask #BF7755

Color information

#BF7755 (or 0xBF7755) is unknown color: approx Red Damask. HEX triplet: BF, 77 and 55. RGB value is (191,119,85). Sum of RGB (Red+Green+Blue) = 191+119+85=395 (52% of max value = 765). Red value is 191 (75% from 255 or 48.35% from 395); Green value is 119 (46.88% from 255 or 30.13% from 395); Blue value is 85 (33.59% from 255 or 21.52% from 395); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7755 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7755 is #4088AA. Grayscale: #888888. Windows color (decimal): -4229291 or 5601215. OLE color: 5601215.

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

Color convert

RGB19111985-
CMYK00.380.550.25
HSL19.25º45.3%54.12%-
HSV(B)19.25º55.5%74.9%-
XYZ29.7224.9311.84-
YUV136.6598.85166.76-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 48.35%
GREEN value IS 119 (46.88% from 255) = 30.13%
BLUE value IS 85 (33.59% from 255) = 21.52%
R=48.35%
G=30.13%
B=21.52%

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
Decimal1911198500.380.550.2519.2545.354.12
HexBF77550263719132d36
Octal2771671250466731235566
Binary101111111110111101010101001101101111100110011101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7755; }

 p { color: rgb(191,119,85); }

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

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

 a { background-color: rgb(191,119,85); }

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

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

 span { border-color: rgb(191,119,85); }

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