Html Css Color HEX #BF6844 Red Damask

📋 copy color: '#BF6844'

red 191 ◦ green 104 ◦ blue 68

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

Shades of Red Damask #BF6844

Tints of Red Damask #BF6844

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 18.73%

R = 52.62%
G = 28.65%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#BF6844 (or 0xBF6844) is known color: Red Damask. HEX triplet: BF, 68 and 44. RGB value is (191,104,68). Sum of RGB (Red+Green+Blue) = 191+104+68=363 (48% of max value = 765). Red value is 191 (75% from 255 or 52.62% from 363); Green value is 104 (41.02% from 255 or 28.65% from 363); Blue value is 68 (26.95% from 255 or 18.73% from 363); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6844 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF6844 is #4097BB. Grayscale: #7E7E7E. Windows color (decimal): -4233148 or 4483263. OLE color: 4483263.

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

Color convert

RGB 191 104 68 -
CMYK 0 0.46 0.64 0.25
HSL 17.56º 0.49% 0.51% -
HSV(B) 17.56º 0.64% 0.75% -
XYZ 27.48 21.39 8.15 -
YUV 125.91 95.32 174.43 -
System Red Green Blue C M Y K H S L
Decimal 191 104 68 0 0.46 0.64 0.25 17.56 0.49 0.51
Hex BF 68 44 0 2E 40 19 12 31 33
Octal 277 150 104 0 56 100 31 22 61 63
Binary 10111111 1101000 1000100 0 101110 1000000 11001 10010 110001 110011

Color Harmonies of #BF6844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6844

Black with #BF6844

Text Example


Text Example

White with #BF6844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6844; }

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

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

background-color css

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

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

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

border-color css

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

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

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