Html Css Color HEX #BE724A Red Damask

📋 copy color: '#BE724A'

red 190 ◦ green 114 ◦ blue 74

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

Shades of Red Damask #BE724A

Tints of Red Damask #BE724A

RGB

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

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

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

R = 50.26%
G = 30.16%
B = 19.58%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#BE724A (or 0xBE724A) is known color: Red Damask. HEX triplet: BE, 72 and 4A. RGB value is (190,114,74). Sum of RGB (Red+Green+Blue) = 190+114+74=378 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50.26% from 378); Green value is 114 (44.92% from 255 or 30.16% from 378); Blue value is 74 (29.30% from 255 or 19.58% from 378); Max value from RGB is 190 - color contains mainly: red. Hex color #BE724A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE724A is #418DB5. Grayscale: #848484. Windows color (decimal): -4296118 or 4879038. OLE color: 4879038.

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

Color convert

RGB 190 114 74 -
CMYK 0 0.40 0.61 0.25
HSL 20.69º 0.47% 0.52% -
HSV(B) 20.69º 0.61% 0.75% -
XYZ 28.49 23.48 9.51 -
YUV 132.16 95.18 169.25 -
System Red Green Blue C M Y K H S L
Decimal 190 114 74 0 0.40 0.61 0.25 20.69 0.47 0.52
Hex BE 72 4A 0 28 3D 19 15 2F 34
Octal 276 162 112 0 50 75 31 25 57 64
Binary 10111110 1110010 1001010 0 101000 111101 11001 10101 101111 110100

Color Harmonies of #BE724A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE724A

Black with #BE724A

Text Example


Text Example

White with #BE724A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE724A; }

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

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

background-color css

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

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

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

border-color css

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

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

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