Html Css Color HEX #BE704B Red Damask

📋 copy color: '#BE704B'

red 190 ◦ green 112 ◦ blue 75

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

Shades of Red Damask #BE704B

Tints of Red Damask #BE704B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.71%

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

R = 50.4%
G = 29.71%
B = 19.89%

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

#BE704B (or 0xBE704B) is known color: Red Damask. HEX triplet: BE, 70 and 4B. RGB value is (190,112,75). Sum of RGB (Red+Green+Blue) = 190+112+75=377 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.40% from 377); Green value is 112 (44.14% from 255 or 29.71% from 377); Blue value is 75 (29.69% from 255 or 19.89% from 377); Max value from RGB is 190 - color contains mainly: red. Hex color #BE704B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE704B is #418FB4. Grayscale: #838383. Windows color (decimal): -4296629 or 4944062. OLE color: 4944062.

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

Color convert

RGB 190 112 75 -
CMYK 0 0.41 0.61 0.25
HSL 19.3º 0.47% 0.52% -
HSV(B) 19.3º 0.61% 0.75% -
XYZ 28.3 23.04 9.61 -
YUV 131.1 96.34 170.01 -
System Red Green Blue C M Y K H S L
Decimal 190 112 75 0 0.41 0.61 0.25 19.3 0.47 0.52
Hex BE 70 4B 0 29 3D 19 13 2F 34
Octal 276 160 113 0 51 75 31 23 57 64
Binary 10111110 1110000 1001011 0 101001 111101 11001 10011 101111 110100

Color Harmonies of #BE704B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE704B

Black with #BE704B

Text Example


Text Example

White with #BE704B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE704B; }

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

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

background-color css

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

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

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

border-color css

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

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

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