Html Css Color HEX #BE6C4D Red Damask

📋 copy color: '#BE6C4D'

red 190 ◦ green 108 ◦ blue 77

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

Shades of Red Damask #BE6C4D

Tints of Red Damask #BE6C4D

RGB

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

 GREEN value IS 108 (42.58% from 255) = 28.8%

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

R = 50.67%
G = 28.8%
B = 20.53%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#BE6C4D (or 0xBE6C4D) is known color: Red Damask. HEX triplet: BE, 6C and 4D. RGB value is (190,108,77). Sum of RGB (Red+Green+Blue) = 190+108+77=375 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.67% from 375); Green value is 108 (42.58% from 255 or 28.8% from 375); Blue value is 77 (30.47% from 255 or 20.53% from 375); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6C4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6C4D is #4193B2. Grayscale: #818181. Windows color (decimal): -4297651 or 5074110. OLE color: 5074110.

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

Color convert

RGB 190 108 77 -
CMYK 0 0.43 0.59 0.25
HSL 16.46º 0.47% 0.52% -
HSV(B) 16.46º 0.59% 0.75% -
XYZ 27.94 22.21 9.84 -
YUV 128.98 98.67 171.52 -
System Red Green Blue C M Y K H S L
Decimal 190 108 77 0 0.43 0.59 0.25 16.46 0.47 0.52
Hex BE 6C 4D 0 2B 3B 19 10 2F 34
Octal 276 154 115 0 53 73 31 20 57 64
Binary 10111110 1101100 1001101 0 101011 111011 11001 10000 101111 110100

Color Harmonies of #BE6C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6C4D

Black with #BE6C4D

Text Example


Text Example

White with #BE6C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6C4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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