Html Css Color HEX #BF6A43 Red Damask

📋 copy color: '#BF6A43'

red 191 ◦ green 106 ◦ blue 67

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

Shades of Red Damask #BF6A43

Tints of Red Damask #BF6A43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 18.41%

R = 52.47%
G = 29.12%
B = 18.41%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#BF6A43 (or 0xBF6A43) is known color: Red Damask. HEX triplet: BF, 6A and 43. RGB value is (191,106,67). Sum of RGB (Red+Green+Blue) = 191+106+67=364 (48% of max value = 765). Red value is 191 (75% from 255 or 52.47% from 364); Green value is 106 (41.80% from 255 or 29.12% from 364); Blue value is 67 (26.56% from 255 or 18.41% from 364); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6A43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF6A43 is #4095BC. Grayscale: #7F7F7F. Windows color (decimal): -4232637 or 4418239. OLE color: 4418239.

HSL color Cylindrical-coordinate representation of color #BF6A43: hue angle of 18.87º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BF6A43 is Cyan = 0, Magento = 0.45, Yellow = 0.65 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 106 67 -
CMYK 0 0.45 0.65 0.25
HSL 18.87º 0.49% 0.51% -
HSV(B) 18.87º 0.65% 0.75% -
XYZ 27.65 21.79 8.06 -
YUV 126.97 94.16 173.67 -
System Red Green Blue C M Y K H S L
Decimal 191 106 67 0 0.45 0.65 0.25 18.87 0.49 0.51
Hex BF 6A 43 0 2D 41 19 13 31 33
Octal 277 152 103 0 55 101 31 23 61 63
Binary 10111111 1101010 1000011 0 101101 1000001 11001 10011 110001 110011

Color Harmonies of #BF6A43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6A43

Black with #BF6A43

Text Example


Text Example

White with #BF6A43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6A43; }

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

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

background-color css

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

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

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

border-color css

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

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

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