#BF7651

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

Shades of Red Damask #BF7651

Tints of Red Damask #BF7651

Color information

#BF7651 (or 0xBF7651) is unknown color: approx Red Damask. HEX triplet: BF, 76 and 51. RGB value is (191,118,81). Sum of RGB (Red+Green+Blue) = 191+118+81=390 (51% of max value = 765). Red value is 191 (75% from 255 or 48.97% from 390); Green value is 118 (46.48% from 255 or 30.26% from 390); Blue value is 81 (32.03% from 255 or 20.77% from 390); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7651 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7651 is #4089AE. Grayscale: #878787. Windows color (decimal): -4229551 or 5338815. OLE color: 5338815.

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

Color convert

RGB19111881-
CMYK00.380.580.25
HSL20.18º46.22%53.33%-
HSV(B)20.18º57.59%74.9%-
XYZ29.4524.6310.99-
YUV135.6197.18167.51-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 48.97%
GREEN value IS 118 (46.48% from 255) = 30.26%
BLUE value IS 81 (32.03% from 255) = 20.77%
R=48.97%
G=30.26%
B=20.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.58
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911188100.380.580.2520.1846.2253.33
HexBF76510263A19142e35
Octal2771661210467231245665
Binary101111111110110101000101001101110101100110100101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7651; }

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

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

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

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

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

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

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

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