Html Css Color HEX #BE6D4A Red Damask

📋 copy color: '#BE6D4A'

red 190 ◦ green 109 ◦ blue 74

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

Shades of Red Damask #BE6D4A

Tints of Red Damask #BE6D4A

RGB

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

 GREEN value IS 109 (42.97% from 255) = 29.22%

 BLUE value IS 74 (29.3% from 255) = 19.84%

R = 50.94%
G = 29.22%
B = 19.84%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#BE6D4A (or 0xBE6D4A) is known color: Red Damask. HEX triplet: BE, 6D and 4A. RGB value is (190,109,74). Sum of RGB (Red+Green+Blue) = 190+109+74=373 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.94% from 373); Green value is 109 (42.97% from 255 or 29.22% from 373); Blue value is 74 (29.30% from 255 or 19.84% from 373); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6D4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE6D4A is #4192B5. Grayscale: #818181. Windows color (decimal): -4297398 or 4877758. OLE color: 4877758.

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

Color convert

RGB 190 109 74 -
CMYK 0 0.43 0.61 0.25
HSL 18.1º 0.47% 0.52% -
HSV(B) 18.1º 0.61% 0.75% -
XYZ 27.94 22.38 9.33 -
YUV 129.23 96.84 171.35 -
System Red Green Blue C M Y K H S L
Decimal 190 109 74 0 0.43 0.61 0.25 18.1 0.47 0.52
Hex BE 6D 4A 0 2B 3D 19 12 2F 34
Octal 276 155 112 0 53 75 31 22 57 64
Binary 10111110 1101101 1001010 0 101011 111101 11001 10010 101111 110100

Color Harmonies of #BE6D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6D4A

Black with #BE6D4A

Text Example


Text Example

White with #BE6D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6D4A; }

 p { color: rgb(190,109,74); }

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

background-color css

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

 a { background-color: rgb(190,109,74); }

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

border-color css

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

 span { border-color: rgb(190,109,74); }

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