Html Css Color HEX #BE714A Red Damask

📋 copy color: '#BE714A'

red 190 ◦ green 113 ◦ blue 74

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

Shades of Red Damask #BE714A

Tints of Red Damask #BE714A

RGB

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

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

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

R = 50.4%
G = 29.97%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#BE714A (or 0xBE714A) is known color: Red Damask. HEX triplet: BE, 71 and 4A. RGB value is (190,113,74). Sum of RGB (Red+Green+Blue) = 190+113+74=377 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.40% from 377); Green value is 113 (44.53% from 255 or 29.97% from 377); Blue value is 74 (29.30% from 255 or 19.63% from 377); Max value from RGB is 190 - color contains mainly: red. Hex color #BE714A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE714A is #418EB5. Grayscale: #838383. Windows color (decimal): -4296374 or 4878782. OLE color: 4878782.

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

Color convert

RGB 190 113 74 -
CMYK 0 0.41 0.61 0.25
HSL 20.17º 0.47% 0.52% -
HSV(B) 20.17º 0.61% 0.75% -
XYZ 28.38 23.25 9.47 -
YUV 131.58 95.51 169.67 -
System Red Green Blue C M Y K H S L
Decimal 190 113 74 0 0.41 0.61 0.25 20.17 0.47 0.52
Hex BE 71 4A 0 29 3D 19 14 2F 34
Octal 276 161 112 0 51 75 31 24 57 64
Binary 10111110 1110001 1001010 0 101001 111101 11001 10100 101111 110100

Color Harmonies of #BE714A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE714A

Black with #BE714A

Text Example


Text Example

White with #BE714A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE714A; }

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

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

background-color css

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

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

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

border-color css

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

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

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