Html Css Color HEX #BF6F49 Red Damask

📋 copy color: '#BF6F49'

red 191 ◦ green 111 ◦ blue 73

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

Shades of Red Damask #BF6F49

Tints of Red Damask #BF6F49

RGB

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

 GREEN value IS 111 (43.75% from 255) = 29.6%

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

R = 50.93%
G = 29.6%
B = 19.47%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#BF6F49 (or 0xBF6F49) is known color: Red Damask. HEX triplet: BF, 6F and 49. RGB value is (191,111,73). Sum of RGB (Red+Green+Blue) = 191+111+73=375 (49% of max value = 765). Red value is 191 (75% from 255 or 50.93% from 375); Green value is 111 (43.75% from 255 or 29.6% from 375); Blue value is 73 (28.91% from 255 or 19.47% from 375); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6F49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF6F49 is #4090B6. Grayscale: #828282. Windows color (decimal): -4231351 or 4812735. OLE color: 4812735.

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

Color convert

RGB 191 111 73 -
CMYK 0 0.42 0.62 0.25
HSL 19.32º 0.48% 0.52% -
HSV(B) 19.32º 0.62% 0.75% -
XYZ 28.37 22.93 9.23 -
YUV 130.59 95.5 171.09 -
System Red Green Blue C M Y K H S L
Decimal 191 111 73 0 0.42 0.62 0.25 19.32 0.48 0.52
Hex BF 6F 49 0 2A 3E 19 13 30 34
Octal 277 157 111 0 52 76 31 23 60 64
Binary 10111111 1101111 1001001 0 101010 111110 11001 10011 110000 110100

Color Harmonies of #BF6F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6F49

Black with #BF6F49

Text Example


Text Example

White with #BF6F49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6F49; }

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

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

background-color css

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

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

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

border-color css

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

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

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