Html Css Color HEX #BE6D4C Red Damask

📋 copy color: '#BE6D4C'

red 190 ◦ green 109 ◦ blue 76

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

Shades of Red Damask #BE6D4C

Tints of Red Damask #BE6D4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 20.27%

R = 50.67%
G = 29.07%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#BE6D4C (or 0xBE6D4C) is known color: Red Damask. HEX triplet: BE, 6D and 4C. RGB value is (190,109,76). Sum of RGB (Red+Green+Blue) = 190+109+76=375 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.67% from 375); Green value is 109 (42.97% from 255 or 29.07% from 375); Blue value is 76 (30.08% from 255 or 20.27% from 375); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6D4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE6D4C is #4192B3. Grayscale: #818181. Windows color (decimal): -4297396 or 5008830. OLE color: 5008830.

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

Color convert

RGB 190 109 76 -
CMYK 0 0.43 0.60 0.25
HSL 17.37º 0.47% 0.52% -
HSV(B) 17.37º 0.6% 0.75% -
XYZ 28.01 22.41 9.69 -
YUV 129.46 97.84 171.18 -
System Red Green Blue C M Y K H S L
Decimal 190 109 76 0 0.43 0.60 0.25 17.37 0.47 0.52
Hex BE 6D 4C 0 2B 3C 19 11 2F 34
Octal 276 155 114 0 53 74 31 21 57 64
Binary 10111110 1101101 1001100 0 101011 111100 11001 10001 101111 110100

Color Harmonies of #BE6D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6D4C

Black with #BE6D4C

Text Example


Text Example

White with #BE6D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6D4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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