Html Css Color HEX #BE724D Red Damask

📋 copy color: '#BE724D'

red 190 ◦ green 114 ◦ blue 77

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

Shades of Red Damask #BE724D

Tints of Red Damask #BE724D

RGB

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

 GREEN value IS 114 (44.92% from 255) = 29.92%

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

R = 49.87%
G = 29.92%
B = 20.21%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#BE724D (or 0xBE724D) is known color: Red Damask. HEX triplet: BE, 72 and 4D. RGB value is (190,114,77). Sum of RGB (Red+Green+Blue) = 190+114+77=381 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.87% from 381); Green value is 114 (44.92% from 255 or 29.92% from 381); Blue value is 77 (30.47% from 255 or 20.21% from 381); Max value from RGB is 190 - color contains mainly: red. Hex color #BE724D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE724D is #418DB2. Grayscale: #848484. Windows color (decimal): -4296115 or 5075646. OLE color: 5075646.

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

Color convert

RGB 190 114 77 -
CMYK 0 0.40 0.59 0.25
HSL 19.65º 0.47% 0.52% -
HSV(B) 19.65º 0.59% 0.75% -
XYZ 28.59 23.52 10.05 -
YUV 132.51 96.68 169.01 -
System Red Green Blue C M Y K H S L
Decimal 190 114 77 0 0.40 0.59 0.25 19.65 0.47 0.52
Hex BE 72 4D 0 28 3B 19 14 2F 34
Octal 276 162 115 0 50 73 31 24 57 64
Binary 10111110 1110010 1001101 0 101000 111011 11001 10100 101111 110100

Color Harmonies of #BE724D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE724D

Black with #BE724D

Text Example


Text Example

White with #BE724D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE724D; }

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

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

background-color css

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

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

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

border-color css

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

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

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