Html Css Color HEX #BF7046 Red Damask

📋 copy color: '#BF7046'

red 191 ◦ green 112 ◦ blue 70

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

Shades of Red Damask #BF7046

Tints of Red Damask #BF7046

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 18.77%

R = 51.21%
G = 30.03%
B = 18.77%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#BF7046 (or 0xBF7046) is known color: Red Damask. HEX triplet: BF, 70 and 46. RGB value is (191,112,70). Sum of RGB (Red+Green+Blue) = 191+112+70=373 (49% of max value = 765). Red value is 191 (75% from 255 or 51.21% from 373); Green value is 112 (44.14% from 255 or 30.03% from 373); Blue value is 70 (27.73% from 255 or 18.77% from 373); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7046 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7046 is #408FB9. Grayscale: #838383. Windows color (decimal): -4231098 or 4616383. OLE color: 4616383.

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

Color convert

RGB 191 112 70 -
CMYK 0 0.41 0.63 0.25
HSL 20.83º 0.49% 0.51% -
HSV(B) 20.83º 0.63% 0.75% -
XYZ 28.39 23.11 8.76 -
YUV 130.83 93.67 170.92 -
System Red Green Blue C M Y K H S L
Decimal 191 112 70 0 0.41 0.63 0.25 20.83 0.49 0.51
Hex BF 70 46 0 29 3F 19 15 31 33
Octal 277 160 106 0 51 77 31 25 61 63
Binary 10111111 1110000 1000110 0 101001 111111 11001 10101 110001 110011

Color Harmonies of #BF7046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7046

Black with #BF7046

Text Example


Text Example

White with #BF7046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7046; }

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

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

background-color css

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

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

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

border-color css

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

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

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