Html Css Color HEX #BE714B Red Damask

📋 copy color: '#BE714B'

red 190 ◦ green 113 ◦ blue 75

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

Shades of Red Damask #BE714B

Tints of Red Damask #BE714B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 19.84%

R = 50.26%
G = 29.89%
B = 19.84%

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

#BE714B (or 0xBE714B) is known color: Red Damask. HEX triplet: BE, 71 and 4B. RGB value is (190,113,75). Sum of RGB (Red+Green+Blue) = 190+113+75=378 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50.26% from 378); Green value is 113 (44.53% from 255 or 29.89% from 378); Blue value is 75 (29.69% from 255 or 19.84% from 378); Max value from RGB is 190 - color contains mainly: red. Hex color #BE714B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE714B is #418EB4. Grayscale: #838383. Windows color (decimal): -4296373 or 4944318. OLE color: 4944318.

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

Color convert

RGB 190 113 75 -
CMYK 0 0.41 0.61 0.25
HSL 19.83º 0.47% 0.52% -
HSV(B) 19.83º 0.61% 0.75% -
XYZ 28.41 23.27 9.65 -
YUV 131.69 96.01 169.59 -
System Red Green Blue C M Y K H S L
Decimal 190 113 75 0 0.41 0.61 0.25 19.83 0.47 0.52
Hex BE 71 4B 0 29 3D 19 14 2F 34
Octal 276 161 113 0 51 75 31 24 57 64
Binary 10111110 1110001 1001011 0 101001 111101 11001 10100 101111 110100

Color Harmonies of #BE714B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE714B

Black with #BE714B

Text Example


Text Example

White with #BE714B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE714B; }

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

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

background-color css

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

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

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

border-color css

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

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

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