Html Css Color HEX #BF6E4C Red Damask

📋 copy color: '#BF6E4C'

red 191 ◦ green 110 ◦ blue 76

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

Shades of Red Damask #BF6E4C

Tints of Red Damask #BF6E4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 20.16%

R = 50.66%
G = 29.18%
B = 20.16%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#BF6E4C (or 0xBF6E4C) is known color: Red Damask. HEX triplet: BF, 6E and 4C. RGB value is (191,110,76). Sum of RGB (Red+Green+Blue) = 191+110+76=377 (49% of max value = 765). Red value is 191 (75% from 255 or 50.66% from 377); Green value is 110 (43.36% from 255 or 29.18% from 377); Blue value is 76 (30.08% from 255 or 20.16% from 377); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6E4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF6E4C is #4091B3. Grayscale: #828282. Windows color (decimal): -4231604 or 5009087. OLE color: 5009087.

HSL color Cylindrical-coordinate representation of color #BF6E4C: hue angle of 17.74º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BF6E4C is Cyan = 0, Magento = 0.42, Yellow = 0.60 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 110 76 -
CMYK 0 0.42 0.60 0.25
HSL 17.74º 0.47% 0.52% -
HSV(B) 17.74º 0.6% 0.75% -
XYZ 28.37 22.75 9.73 -
YUV 130.34 97.34 171.26 -
System Red Green Blue C M Y K H S L
Decimal 191 110 76 0 0.42 0.60 0.25 17.74 0.47 0.52
Hex BF 6E 4C 0 2A 3C 19 12 2F 34
Octal 277 156 114 0 52 74 31 22 57 64
Binary 10111111 1101110 1001100 0 101010 111100 11001 10010 101111 110100

Color Harmonies of #BF6E4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6E4C

Black with #BF6E4C

Text Example


Text Example

White with #BF6E4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6E4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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