Html Css Color HEX #BF6E4D Red Damask

📋 copy color: '#BF6E4D'

red 191 ◦ green 110 ◦ blue 77

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

Shades of Red Damask #BF6E4D

Tints of Red Damask #BF6E4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 20.37%

R = 50.53%
G = 29.1%
B = 20.37%

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

#BF6E4D (or 0xBF6E4D) is known color: Red Damask. HEX triplet: BF, 6E and 4D. RGB value is (191,110,77). Sum of RGB (Red+Green+Blue) = 191+110+77=378 (50% of max value = 765). Red value is 191 (75% from 255 or 50.53% from 378); Green value is 110 (43.36% from 255 or 29.10% from 378); Blue value is 77 (30.47% from 255 or 20.37% from 378); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6E4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6E4D is #4091B2. Grayscale: #828282. Windows color (decimal): -4231603 or 5074623. OLE color: 5074623.

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

Color convert

RGB 191 110 77 -
CMYK 0 0.42 0.60 0.25
HSL 17.37º 0.47% 0.53% -
HSV(B) 17.37º 0.6% 0.75% -
XYZ 28.4 22.76 9.92 -
YUV 130.46 97.84 171.18 -
System Red Green Blue C M Y K H S L
Decimal 191 110 77 0 0.42 0.60 0.25 17.37 0.47 0.53
Hex BF 6E 4D 0 2A 3C 19 11 2F 35
Octal 277 156 115 0 52 74 31 21 57 65
Binary 10111111 1101110 1001101 0 101010 111100 11001 10001 101111 110101

Color Harmonies of #BF6E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6E4D

Black with #BF6E4D

Text Example


Text Example

White with #BF6E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6E4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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