Html Css Color HEX #BF6E50 Red Damask

📋 copy color: '#BF6E50'

red 191 ◦ green 110 ◦ blue 80

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

Shades of Red Damask #BF6E50

Tints of Red Damask #BF6E50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 21%

R = 50.13%
G = 28.87%
B = 21%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#BF6E50 (or 0xBF6E50) is known color: Red Damask. HEX triplet: BF, 6E and 50. RGB value is (191,110,80). Sum of RGB (Red+Green+Blue) = 191+110+80=381 (50% of max value = 765). Red value is 191 (75% from 255 or 50.13% from 381); Green value is 110 (43.36% from 255 or 28.87% from 381); Blue value is 80 (31.64% from 255 or 21.00% from 381); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6E50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6E50 is #4091AF. Grayscale: #838383. Windows color (decimal): -4231600 or 5271231. OLE color: 5271231.

HSL color Cylindrical-coordinate representation of color #BF6E50: hue angle of 16.22º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BF6E50 is Cyan = 0, Magento = 0.42, Yellow = 0.58 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 110 80 -
CMYK 0 0.42 0.58 0.25
HSL 16.22º 0.46% 0.53% -
HSV(B) 16.22º 0.58% 0.75% -
XYZ 28.51 22.81 10.49 -
YUV 130.8 99.34 170.94 -
System Red Green Blue C M Y K H S L
Decimal 191 110 80 0 0.42 0.58 0.25 16.22 0.46 0.53
Hex BF 6E 50 0 2A 3A 19 10 2E 35
Octal 277 156 120 0 52 72 31 20 56 65
Binary 10111111 1101110 1010000 0 101010 111010 11001 10000 101110 110101

Color Harmonies of #BF6E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6E50

Black with #BF6E50

Text Example


Text Example

White with #BF6E50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6E50; }

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

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

background-color css

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

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

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

border-color css

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

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

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