Html Css Color HEX #BE6A4D Red Damask

📋 copy color: '#BE6A4D'

red 190 ◦ green 106 ◦ blue 77

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

Shades of Red Damask #BE6A4D

Tints of Red Damask #BE6A4D

RGB

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

 GREEN value IS 106 (41.8% from 255) = 28.42%

 BLUE value IS 77 (30.47% from 255) = 20.64%

R = 50.94%
G = 28.42%
B = 20.64%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#BE6A4D (or 0xBE6A4D) is known color: Red Damask. HEX triplet: BE, 6A and 4D. RGB value is (190,106,77). Sum of RGB (Red+Green+Blue) = 190+106+77=373 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.94% from 373); Green value is 106 (41.80% from 255 or 28.42% from 373); Blue value is 77 (30.47% from 255 or 20.64% from 373); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6A4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6A4D is #4195B2. Grayscale: #808080. Windows color (decimal): -4298163 or 5073598. OLE color: 5073598.

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

Color convert

RGB 190 106 77 -
CMYK 0 0.44 0.59 0.25
HSL 15.4º 0.47% 0.52% -
HSV(B) 15.4º 0.59% 0.75% -
XYZ 27.73 21.79 9.77 -
YUV 127.81 99.33 172.36 -
System Red Green Blue C M Y K H S L
Decimal 190 106 77 0 0.44 0.59 0.25 15.4 0.47 0.52
Hex BE 6A 4D 0 2C 3B 19 F 2F 34
Octal 276 152 115 0 54 73 31 17 57 64
Binary 10111110 1101010 1001101 0 101100 111011 11001 1111 101111 110100

Color Harmonies of #BE6A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6A4D

Black with #BE6A4D

Text Example


Text Example

White with #BE6A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6A4D; }

 p { color: rgb(190,106,77); }

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

background-color css

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

 a { background-color: rgb(190,106,77); }

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

border-color css

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

 span { border-color: rgb(190,106,77); }

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