Html Css Color HEX #BF7349 Red Damask

📋 copy color: '#BF7349'

red 191 ◦ green 115 ◦ blue 73

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

Shades of Red Damask #BF7349

Tints of Red Damask #BF7349

RGB

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

 GREEN value IS 115 (45.31% from 255) = 30.34%

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

R = 50.4%
G = 30.34%
B = 19.26%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#BF7349 (or 0xBF7349) is known color: Red Damask. HEX triplet: BF, 73 and 49. RGB value is (191,115,73). Sum of RGB (Red+Green+Blue) = 191+115+73=379 (50% of max value = 765). Red value is 191 (75% from 255 or 50.40% from 379); Green value is 115 (45.31% from 255 or 30.34% from 379); Blue value is 73 (28.91% from 255 or 19.26% from 379); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7349 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7349 is #408CB6. Grayscale: #858585. Windows color (decimal): -4230327 or 4813759. OLE color: 4813759.

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

Color convert

RGB 191 115 73 -
CMYK 0 0.40 0.62 0.25
HSL 21.36º 0.48% 0.52% -
HSV(B) 21.36º 0.62% 0.75% -
XYZ 28.82 23.82 9.38 -
YUV 132.94 94.18 169.42 -
System Red Green Blue C M Y K H S L
Decimal 191 115 73 0 0.40 0.62 0.25 21.36 0.48 0.52
Hex BF 73 49 0 28 3E 19 15 30 34
Octal 277 163 111 0 50 76 31 25 60 64
Binary 10111111 1110011 1001001 0 101000 111110 11001 10101 110000 110100

Color Harmonies of #BF7349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7349

Black with #BF7349

Text Example


Text Example

White with #BF7349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7349; }

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

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

background-color css

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

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

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

border-color css

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

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

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