Html Css Color HEX #BE7A54 Red Damask

📋 copy color: '#BE7A54'

red 190 ◦ green 122 ◦ blue 84

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

Shades of Red Damask #BE7A54

Tints of Red Damask #BE7A54

RGB

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

 GREEN value IS 122 (48.05% from 255) = 30.81%

 BLUE value IS 84 (33.2% from 255) = 21.21%

R = 47.98%
G = 30.81%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.56

 K value IS 0.25

RGB Variations

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

Color information

#BE7A54 (or 0xBE7A54) is known color: Red Damask. HEX triplet: BE, 7A and 54. RGB value is (190,122,84). Sum of RGB (Red+Green+Blue) = 190+122+84=396 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.98% from 396); Green value is 122 (48.05% from 255 or 30.81% from 396); Blue value is 84 (33.20% from 255 or 21.21% from 396); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7A54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7A54 is #4185AB. Grayscale: #8A8A8A. Windows color (decimal): -4294060 or 5536446. OLE color: 5536446.

HSL color Cylindrical-coordinate representation of color #BE7A54: hue angle of 21.51º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BE7A54 is Cyan = 0, Magento = 0.36, Yellow = 0.56 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 122 84 -
CMYK 0 0.36 0.56 0.25
HSL 21.51º 0.45% 0.54% -
HSV(B) 21.51º 0.56% 0.75% -
XYZ 29.79 25.51 11.74 -
YUV 138 97.53 165.09 -
System Red Green Blue C M Y K H S L
Decimal 190 122 84 0 0.36 0.56 0.25 21.51 0.45 0.54
Hex BE 7A 54 0 24 38 19 16 2D 36
Octal 276 172 124 0 44 70 31 26 55 66
Binary 10111110 1111010 1010100 0 100100 111000 11001 10110 101101 110110

Color Harmonies of #BE7A54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7A54

Black with #BE7A54

Text Example


Text Example

White with #BE7A54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7A54; }

 p { color: rgb(190,122,84); }

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

background-color css

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

 a { background-color: rgb(190,122,84); }

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

border-color css

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

 span { border-color: rgb(190,122,84); }

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