Html Css Color HEX #BF7049 Red Damask

📋 copy color: '#BF7049'

red 191 ◦ green 112 ◦ blue 73

#BF7049
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red Damask #BF7049

Tints of Red Damask #BF7049

RGB

 RED value IS 191 (75% from 255) = 50.8%

 GREEN value IS 112 (44.14% from 255) = 29.79%

 BLUE value IS 73 (28.91% from 255) = 19.41%

R = 50.8%
G = 29.79%
B = 19.41%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#BF7049 (or 0xBF7049) is known color: Red Damask. HEX triplet: BF, 70 and 49. RGB value is (191,112,73). Sum of RGB (Red+Green+Blue) = 191+112+73=376 (49% of max value = 765). Red value is 191 (75% from 255 or 50.80% from 376); Green value is 112 (44.14% from 255 or 29.79% from 376); Blue value is 73 (28.91% from 255 or 19.41% from 376); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7049 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7049 is #408FB6. Grayscale: #838383. Windows color (decimal): -4231095 or 4812991. OLE color: 4812991.

HSL color Cylindrical-coordinate representation of color #BF7049: hue angle of 19.83º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BF7049 is Cyan = 0, Magento = 0.41, Yellow = 0.62 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 112 73 -
CMYK 0 0.41 0.62 0.25
HSL 19.83º 0.48% 0.52% -
HSV(B) 19.83º 0.62% 0.75% -
XYZ 28.48 23.15 9.27 -
YUV 131.18 95.17 170.67 -
System Red Green Blue C M Y K H S L
Decimal 191 112 73 0 0.41 0.62 0.25 19.83 0.48 0.52
Hex BF 70 49 0 29 3E 19 14 30 34
Octal 277 160 111 0 51 76 31 24 60 64
Binary 10111111 1110000 1001001 0 101001 111110 11001 10100 110000 110100

Color Harmonies of #BF7049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7049

Black with #BF7049

Text Example


Text Example

White with #BF7049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7049; }

 p { color: rgb(191,112,73); }

 H1.HeaderClassName
 {
   color: #BF7049;
 }
 .AnyTagClassName
 {
   color: #BF7049;
 }
</style>

background-color css

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

 a { background-color: rgb(191,112,73); }

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

border-color css

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

 span { border-color: rgb(191,112,73); }

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