Html Css Color HEX #BE6944 Red Damask

📋 copy color: '#BE6944'

red 190 ◦ green 105 ◦ blue 68

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

Shades of Red Damask #BE6944

Tints of Red Damask #BE6944

RGB

 RED value IS 190 (74.61% from 255) = 52.34%

 GREEN value IS 105 (41.41% from 255) = 28.93%

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

R = 52.34%
G = 28.93%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#BE6944 (or 0xBE6944) is known color: Red Damask. HEX triplet: BE, 69 and 44. RGB value is (190,105,68). Sum of RGB (Red+Green+Blue) = 190+105+68=363 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.34% from 363); Green value is 105 (41.41% from 255 or 28.93% from 363); Blue value is 68 (26.95% from 255 or 18.73% from 363); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6944 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE6944 is #4196BB. Grayscale: #7E7E7E. Windows color (decimal): -4298428 or 4483518. OLE color: 4483518.

HSL color Cylindrical-coordinate representation of color #BE6944: hue angle of 18.2º degrees, saturation: 0.48, 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 #BE6944 is Cyan = 0, Magento = 0.45, Yellow = 0.64 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 105 68 -
CMYK 0 0.45 0.64 0.25
HSL 18.2º 0.48% 0.51% -
HSV(B) 18.2º 0.64% 0.75% -
XYZ 27.33 21.47 8.17 -
YUV 126.2 95.16 173.51 -
System Red Green Blue C M Y K H S L
Decimal 190 105 68 0 0.45 0.64 0.25 18.2 0.48 0.51
Hex BE 69 44 0 2D 40 19 12 30 33
Octal 276 151 104 0 55 100 31 22 60 63
Binary 10111110 1101001 1000100 0 101101 1000000 11001 10010 110000 110011

Color Harmonies of #BE6944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6944

Black with #BE6944

Text Example


Text Example

White with #BE6944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6944; }

 p { color: rgb(190,105,68); }

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

background-color css

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

 a { background-color: rgb(190,105,68); }

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

border-color css

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

 span { border-color: rgb(190,105,68); }

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