Html Css Color HEX #BF6E4A Red Damask

📋 copy color: '#BF6E4A'

red 191 ◦ green 110 ◦ blue 74

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

Shades of Red Damask #BF6E4A

Tints of Red Damask #BF6E4A

RGB

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

 GREEN value IS 110 (43.36% from 255) = 29.33%

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

R = 50.93%
G = 29.33%
B = 19.73%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#BF6E4A (or 0xBF6E4A) is known color: Red Damask. HEX triplet: BF, 6E and 4A. RGB value is (191,110,74). Sum of RGB (Red+Green+Blue) = 191+110+74=375 (49% of max value = 765). Red value is 191 (75% from 255 or 50.93% from 375); Green value is 110 (43.36% from 255 or 29.33% from 375); Blue value is 74 (29.30% from 255 or 19.73% from 375); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6E4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF6E4A is #4091B5. Grayscale: #828282. Windows color (decimal): -4231606 or 4878015. OLE color: 4878015.

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

Color convert

RGB 191 110 74 -
CMYK 0 0.42 0.61 0.25
HSL 18.46º 0.48% 0.52% -
HSV(B) 18.46º 0.61% 0.75% -
XYZ 28.3 22.72 9.37 -
YUV 130.12 96.34 171.43 -
System Red Green Blue C M Y K H S L
Decimal 191 110 74 0 0.42 0.61 0.25 18.46 0.48 0.52
Hex BF 6E 4A 0 2A 3D 19 12 30 34
Octal 277 156 112 0 52 75 31 22 60 64
Binary 10111111 1101110 1001010 0 101010 111101 11001 10010 110000 110100

Color Harmonies of #BF6E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6E4A

Black with #BF6E4A

Text Example


Text Example

White with #BF6E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6E4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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