Html Css Color HEX #BF6D4A Red Damask

📋 copy color: '#BF6D4A'

red 191 ◦ green 109 ◦ blue 74

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

Shades of Red Damask #BF6D4A

Tints of Red Damask #BF6D4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 19.79%

R = 51.07%
G = 29.14%
B = 19.79%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#BF6D4A (or 0xBF6D4A) is known color: Red Damask. HEX triplet: BF, 6D and 4A. RGB value is (191,109,74). Sum of RGB (Red+Green+Blue) = 191+109+74=374 (49% of max value = 765). Red value is 191 (75% from 255 or 51.07% from 374); Green value is 109 (42.97% from 255 or 29.14% from 374); Blue value is 74 (29.30% from 255 or 19.79% from 374); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6D4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF6D4A is #4092B5. Grayscale: #818181. Windows color (decimal): -4231862 or 4877759. OLE color: 4877759.

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

Color convert

RGB 191 109 74 -
CMYK 0 0.43 0.61 0.25
HSL 17.95º 0.48% 0.52% -
HSV(B) 17.95º 0.61% 0.75% -
XYZ 28.19 22.51 9.34 -
YUV 129.53 96.67 171.85 -
System Red Green Blue C M Y K H S L
Decimal 191 109 74 0 0.43 0.61 0.25 17.95 0.48 0.52
Hex BF 6D 4A 0 2B 3D 19 12 30 34
Octal 277 155 112 0 53 75 31 22 60 64
Binary 10111111 1101101 1001010 0 101011 111101 11001 10010 110000 110100

Color Harmonies of #BF6D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6D4A

Black with #BF6D4A

Text Example


Text Example

White with #BF6D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6D4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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