Html Css Color HEX #BF7449 Red Damask

📋 copy color: '#BF7449'

red 191 ◦ green 116 ◦ blue 73

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

Shades of Red Damask #BF7449

Tints of Red Damask #BF7449

RGB

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

 GREEN value IS 116 (45.7% from 255) = 30.53%

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

R = 50.26%
G = 30.53%
B = 19.21%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#BF7449 (or 0xBF7449) is known color: Red Damask. HEX triplet: BF, 74 and 49. RGB value is (191,116,73). Sum of RGB (Red+Green+Blue) = 191+116+73=380 (50% of max value = 765). Red value is 191 (75% from 255 or 50.26% from 380); Green value is 116 (45.70% from 255 or 30.53% from 380); Blue value is 73 (28.91% from 255 or 19.21% from 380); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7449 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7449 is #408BB6. Grayscale: #858585. Windows color (decimal): -4230071 or 4814015. OLE color: 4814015.

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

Color convert

RGB 191 116 73 -
CMYK 0 0.39 0.62 0.25
HSL 21.86º 0.48% 0.52% -
HSV(B) 21.86º 0.62% 0.75% -
XYZ 28.93 24.05 9.42 -
YUV 133.52 93.85 169 -
System Red Green Blue C M Y K H S L
Decimal 191 116 73 0 0.39 0.62 0.25 21.86 0.48 0.52
Hex BF 74 49 0 27 3E 19 16 30 34
Octal 277 164 111 0 47 76 31 26 60 64
Binary 10111111 1110100 1001001 0 100111 111110 11001 10110 110000 110100

Color Harmonies of #BF7449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7449

Black with #BF7449

Text Example


Text Example

White with #BF7449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7449; }

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

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

background-color css

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

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

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

border-color css

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

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

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