Html Css Color HEX #BF6C47 Red Damask

📋 copy color: '#BF6C47'

red 191 ◦ green 108 ◦ blue 71

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

Shades of Red Damask #BF6C47

Tints of Red Damask #BF6C47

RGB

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

 GREEN value IS 108 (42.58% from 255) = 29.19%

 BLUE value IS 71 (28.13% from 255) = 19.19%

R = 51.62%
G = 29.19%
B = 19.19%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#BF6C47 (or 0xBF6C47) is known color: Red Damask. HEX triplet: BF, 6C and 47. RGB value is (191,108,71). Sum of RGB (Red+Green+Blue) = 191+108+71=370 (49% of max value = 765). Red value is 191 (75% from 255 or 51.62% from 370); Green value is 108 (42.58% from 255 or 29.19% from 370); Blue value is 71 (28.12% from 255 or 19.19% from 370); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6C47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF6C47 is #4093B8. Grayscale: #808080. Windows color (decimal): -4232121 or 4680895. OLE color: 4680895.

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

Color convert

RGB 191 108 71 -
CMYK 0 0.43 0.63 0.25
HSL 18.5º 0.48% 0.51% -
HSV(B) 18.5º 0.63% 0.75% -
XYZ 27.99 22.26 8.78 -
YUV 128.6 95.5 172.51 -
System Red Green Blue C M Y K H S L
Decimal 191 108 71 0 0.43 0.63 0.25 18.5 0.48 0.51
Hex BF 6C 47 0 2B 3F 19 12 30 33
Octal 277 154 107 0 53 77 31 22 60 63
Binary 10111111 1101100 1000111 0 101011 111111 11001 10010 110000 110011

Color Harmonies of #BF6C47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6C47

Black with #BF6C47

Text Example


Text Example

White with #BF6C47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6C47; }

 p { color: rgb(191,108,71); }

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

background-color css

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

 a { background-color: rgb(191,108,71); }

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

border-color css

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

 span { border-color: rgb(191,108,71); }

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