Html Css Color HEX #BF6847 Red Damask

📋 copy color: '#BF6847'

red 191 ◦ green 104 ◦ blue 71

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

Shades of Red Damask #BF6847

Tints of Red Damask #BF6847

RGB

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

 GREEN value IS 104 (41.02% from 255) = 28.42%

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

R = 52.19%
G = 28.42%
B = 19.4%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#BF6847 (or 0xBF6847) is known color: Red Damask. HEX triplet: BF, 68 and 47. RGB value is (191,104,71). Sum of RGB (Red+Green+Blue) = 191+104+71=366 (48% of max value = 765). Red value is 191 (75% from 255 or 52.19% from 366); Green value is 104 (41.02% from 255 or 28.42% from 366); Blue value is 71 (28.12% from 255 or 19.40% from 366); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6847 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF6847 is #4097B8. Grayscale: #7E7E7E. Windows color (decimal): -4233145 or 4679871. OLE color: 4679871.

HSL color Cylindrical-coordinate representation of color #BF6847: hue angle of 16.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 #BF6847 is Cyan = 0, Magento = 0.46, Yellow = 0.63 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 104 71 -
CMYK 0 0.46 0.63 0.25
HSL 16.5º 0.48% 0.51% -
HSV(B) 16.5º 0.63% 0.75% -
XYZ 27.57 21.43 8.64 -
YUV 126.25 96.82 174.18 -
System Red Green Blue C M Y K H S L
Decimal 191 104 71 0 0.46 0.63 0.25 16.5 0.48 0.51
Hex BF 68 47 0 2E 3F 19 10 30 33
Octal 277 150 107 0 56 77 31 20 60 63
Binary 10111111 1101000 1000111 0 101110 111111 11001 10000 110000 110011

Color Harmonies of #BF6847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6847

Black with #BF6847

Text Example


Text Example

White with #BF6847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6847; }

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

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

background-color css

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

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

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

border-color css

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

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

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