Html Css Color HEX #BF6D4E Red Damask

📋 copy color: '#BF6D4E'

red 191 ◦ green 109 ◦ blue 78

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

Shades of Red Damask #BF6D4E

Tints of Red Damask #BF6D4E

RGB

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

 GREEN value IS 109 (42.97% from 255) = 28.84%

 BLUE value IS 78 (30.86% from 255) = 20.63%

R = 50.53%
G = 28.84%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#BF6D4E (or 0xBF6D4E) is known color: Red Damask. HEX triplet: BF, 6D and 4E. RGB value is (191,109,78). Sum of RGB (Red+Green+Blue) = 191+109+78=378 (50% of max value = 765). Red value is 191 (75% from 255 or 50.53% from 378); Green value is 109 (42.97% from 255 or 28.84% from 378); Blue value is 78 (30.86% from 255 or 20.63% from 378); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6D4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6D4E is #4092B1. Grayscale: #828282. Windows color (decimal): -4231858 or 5139903. OLE color: 5139903.

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

Color convert

RGB 191 109 78 -
CMYK 0 0.43 0.59 0.25
HSL 16.46º 0.47% 0.53% -
HSV(B) 16.46º 0.59% 0.75% -
XYZ 28.33 22.56 10.07 -
YUV 129.98 98.67 171.52 -
System Red Green Blue C M Y K H S L
Decimal 191 109 78 0 0.43 0.59 0.25 16.46 0.47 0.53
Hex BF 6D 4E 0 2B 3B 19 10 2F 35
Octal 277 155 116 0 53 73 31 20 57 65
Binary 10111111 1101101 1001110 0 101011 111011 11001 10000 101111 110101

Color Harmonies of #BF6D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6D4E

Black with #BF6D4E

Text Example


Text Example

White with #BF6D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6D4E; }

 p { color: rgb(191,109,78); }

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

background-color css

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

 a { background-color: rgb(191,109,78); }

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

border-color css

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

 span { border-color: rgb(191,109,78); }

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