Html Css Color HEX #BF6A4E Red Damask

📋 copy color: '#BF6A4E'

red 191 ◦ green 106 ◦ blue 78

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

Shades of Red Damask #BF6A4E

Tints of Red Damask #BF6A4E

RGB

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

 GREEN value IS 106 (41.8% from 255) = 28.27%

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

R = 50.93%
G = 28.27%
B = 20.8%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#BF6A4E (or 0xBF6A4E) is known color: Red Damask. HEX triplet: BF, 6A and 4E. RGB value is (191,106,78). Sum of RGB (Red+Green+Blue) = 191+106+78=375 (49% of max value = 765). Red value is 191 (75% from 255 or 50.93% from 375); Green value is 106 (41.80% from 255 or 28.27% from 375); Blue value is 78 (30.86% from 255 or 20.8% from 375); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6A4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6A4E is #4095B1. Grayscale: #808080. Windows color (decimal): -4232626 or 5139135. OLE color: 5139135.

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

Color convert

RGB 191 106 78 -
CMYK 0 0.45 0.59 0.25
HSL 14.87º 0.47% 0.53% -
HSV(B) 14.87º 0.59% 0.75% -
XYZ 28.02 21.93 9.96 -
YUV 128.22 99.66 172.78 -
System Red Green Blue C M Y K H S L
Decimal 191 106 78 0 0.45 0.59 0.25 14.87 0.47 0.53
Hex BF 6A 4E 0 2D 3B 19 F 2F 35
Octal 277 152 116 0 55 73 31 17 57 65
Binary 10111111 1101010 1001110 0 101101 111011 11001 1111 101111 110101

Color Harmonies of #BF6A4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6A4E

Black with #BF6A4E

Text Example


Text Example

White with #BF6A4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6A4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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