Html Css Color HEX #BE6844 Red Damask

📋 copy color: '#BE6844'

red 190 ◦ green 104 ◦ blue 68

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

Shades of Red Damask #BE6844

Tints of Red Damask #BE6844

RGB

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

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

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

R = 52.49%
G = 28.73%
B = 18.78%

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

#BE6844 (or 0xBE6844) is known color: Red Damask. HEX triplet: BE, 68 and 44. RGB value is (190,104,68). Sum of RGB (Red+Green+Blue) = 190+104+68=362 (47% of max value = 765). Red value is 190 (74.61% from 255 or 52.49% from 362); Green value is 104 (41.02% from 255 or 28.73% from 362); Blue value is 68 (26.95% from 255 or 18.78% from 362); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6844 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE6844 is #4197BB. Grayscale: #7D7D7D. Windows color (decimal): -4298684 or 4483262. OLE color: 4483262.

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

Color convert

RGB 190 104 68 -
CMYK 0 0.45 0.64 0.25
HSL 17.7º 0.48% 0.51% -
HSV(B) 17.7º 0.64% 0.75% -
XYZ 27.23 21.27 8.14 -
YUV 125.61 95.49 173.93 -
System Red Green Blue C M Y K H S L
Decimal 190 104 68 0 0.45 0.64 0.25 17.7 0.48 0.51
Hex BE 68 44 0 2D 40 19 12 30 33
Octal 276 150 104 0 55 100 31 22 60 63
Binary 10111110 1101000 1000100 0 101101 1000000 11001 10010 110000 110011

Color Harmonies of #BE6844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6844

Black with #BE6844

Text Example


Text Example

White with #BE6844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6844; }

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

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

background-color css

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

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

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

border-color css

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

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

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