Html Css Color HEX #BF704A Red Damask

📋 copy color: '#BF704A'

red 191 ◦ green 112 ◦ blue 74

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

Shades of Red Damask #BF704A

Tints of Red Damask #BF704A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 19.63%

R = 50.66%
G = 29.71%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#BF704A (or 0xBF704A) is known color: Red Damask. HEX triplet: BF, 70 and 4A. RGB value is (191,112,74). Sum of RGB (Red+Green+Blue) = 191+112+74=377 (49% of max value = 765). Red value is 191 (75% from 255 or 50.66% from 377); Green value is 112 (44.14% from 255 or 29.71% from 377); Blue value is 74 (29.30% from 255 or 19.63% from 377); Max value from RGB is 191 - color contains mainly: red. Hex color #BF704A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF704A is #408FB5. Grayscale: #838383. Windows color (decimal): -4231094 or 4878527. OLE color: 4878527.

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

Color convert

RGB 191 112 74 -
CMYK 0 0.41 0.61 0.25
HSL 19.49º 0.48% 0.52% -
HSV(B) 19.49º 0.61% 0.75% -
XYZ 28.52 23.16 9.45 -
YUV 131.29 95.67 170.59 -
System Red Green Blue C M Y K H S L
Decimal 191 112 74 0 0.41 0.61 0.25 19.49 0.48 0.52
Hex BF 70 4A 0 29 3D 19 13 30 34
Octal 277 160 112 0 51 75 31 23 60 64
Binary 10111111 1110000 1001010 0 101001 111101 11001 10011 110000 110100

Color Harmonies of #BF704A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF704A

Black with #BF704A

Text Example


Text Example

White with #BF704A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF704A; }

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

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

background-color css

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

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

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

border-color css

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

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

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