#BF7251

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

Shades of Red Damask #BF7251

Tints of Red Damask #BF7251

Color information

#BF7251 (or 0xBF7251) is unknown color: approx Red Damask. HEX triplet: BF, 72 and 51. RGB value is (191,114,81). Sum of RGB (Red+Green+Blue) = 191+114+81=386 (51% of max value = 765). Red value is 191 (75% from 255 or 49.48% from 386); Green value is 114 (44.92% from 255 or 29.53% from 386); Blue value is 81 (32.03% from 255 or 20.98% from 386); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7251 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7251 is #408DAE. Grayscale: #858585. Windows color (decimal): -4230575 or 5337791. OLE color: 5337791.

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

Color convert

RGB19111481-
CMYK00.400.580.25
HSL18º46.22%53.33%-
HSV(B)18º57.59%74.9%-
XYZ28.9923.7110.83-
YUV133.2698.51169.18-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 49.48%
GREEN value IS 114 (44.92% from 255) = 29.53%
BLUE value IS 81 (32.03% from 255) = 20.98%
R=49.48%
G=29.53%
B=20.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.58
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911148100.400.580.251846.2253.33
HexBF72510283A19122e35
Octal2771621210507231225665
Binary101111111110010101000101010001110101100110010101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7251; }

 p { color: rgb(191,114,81); }

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

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

 a { background-color: rgb(191,114,81); }

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

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

 span { border-color: rgb(191,114,81); }

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