#BF7B54

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

Shades of Red Damask #BF7B54

Tints of Red Damask #BF7B54

Color information

#BF7B54 (or 0xBF7B54) is unknown color: approx Red Damask. HEX triplet: BF, 7B and 54. RGB value is (191,123,84). Sum of RGB (Red+Green+Blue) = 191+123+84=398 (52% of max value = 765). Red value is 191 (75% from 255 or 47.99% from 398); Green value is 123 (48.44% from 255 or 30.90% from 398); Blue value is 84 (33.20% from 255 or 21.11% from 398); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7B54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7B54 is #4084AB. Grayscale: #8B8B8B. Windows color (decimal): -4228268 or 5536703. OLE color: 5536703.

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

Color convert

RGB19112384-
CMYK00.360.560.25
HSL21.87º45.53%53.92%-
HSV(B)21.87º56.02%74.9%-
XYZ30.1725.8811.79-
YUV138.8997.03165.17-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.99%
GREEN value IS 123 (48.44% from 255) = 30.90%
BLUE value IS 84 (33.20% from 255) = 21.11%
R=47.99%
G=30.90%
B=21.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.56
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911238400.360.560.2521.8745.5353.92
HexBF7B540243819162e36
Octal2771731240447031265666
Binary101111111111011101010001001001110001100110110101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7B54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7B54; }

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

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

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

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

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

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

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

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