Html Css Color HEX #BE714D Red Damask

📋 copy color: '#BE714D'

red 190 ◦ green 113 ◦ blue 77

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

Shades of Red Damask #BE714D

Tints of Red Damask #BE714D

RGB

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

 GREEN value IS 113 (44.53% from 255) = 29.74%

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

R = 50%
G = 29.74%
B = 20.26%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#BE714D (or 0xBE714D) is known color: Red Damask. HEX triplet: BE, 71 and 4D. RGB value is (190,113,77). Sum of RGB (Red+Green+Blue) = 190+113+77=380 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50% from 380); Green value is 113 (44.53% from 255 or 29.74% from 380); Blue value is 77 (30.47% from 255 or 20.26% from 380); Max value from RGB is 190 - color contains mainly: red. Hex color #BE714D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE714D is #418EB2. Grayscale: #848484. Windows color (decimal): -4296371 or 5075390. OLE color: 5075390.

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

Color convert

RGB 190 113 77 -
CMYK 0 0.41 0.59 0.25
HSL 19.12º 0.47% 0.52% -
HSV(B) 19.12º 0.59% 0.75% -
XYZ 28.48 23.29 10.02 -
YUV 131.92 97.01 169.43 -
System Red Green Blue C M Y K H S L
Decimal 190 113 77 0 0.41 0.59 0.25 19.12 0.47 0.52
Hex BE 71 4D 0 29 3B 19 13 2F 34
Octal 276 161 115 0 51 73 31 23 57 64
Binary 10111110 1110001 1001101 0 101001 111011 11001 10011 101111 110100

Color Harmonies of #BE714D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE714D

Black with #BE714D

Text Example


Text Example

White with #BE714D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE714D; }

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

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

background-color css

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

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

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

border-color css

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

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

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