Html Css Color HEX #BE6F4F Red Damask

📋 copy color: '#BE6F4F'

red 190 ◦ green 111 ◦ blue 79

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

Shades of Red Damask #BE6F4F

Tints of Red Damask #BE6F4F

RGB

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

 GREEN value IS 111 (43.75% from 255) = 29.21%

 BLUE value IS 79 (31.25% from 255) = 20.79%

R = 50%
G = 29.21%
B = 20.79%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#BE6F4F (or 0xBE6F4F) is known color: Red Damask. HEX triplet: BE, 6F and 4F. RGB value is (190,111,79). Sum of RGB (Red+Green+Blue) = 190+111+79=380 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50% from 380); Green value is 111 (43.75% from 255 or 29.21% from 380); Blue value is 79 (31.25% from 255 or 20.79% from 380); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6F4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6F4F is #4190B0. Grayscale: #838383. Windows color (decimal): -4296881 or 5205950. OLE color: 5205950.

HSL color Cylindrical-coordinate representation of color #BE6F4F: hue angle of 17.3º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BE6F4F is Cyan = 0, Magento = 0.42, Yellow = 0.58 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 111 79 -
CMYK 0 0.42 0.58 0.25
HSL 17.3º 0.46% 0.53% -
HSV(B) 17.3º 0.58% 0.75% -
XYZ 28.33 22.88 10.32 -
YUV 130.97 98.67 170.1 -
System Red Green Blue C M Y K H S L
Decimal 190 111 79 0 0.42 0.58 0.25 17.3 0.46 0.53
Hex BE 6F 4F 0 2A 3A 19 11 2E 35
Octal 276 157 117 0 52 72 31 21 56 65
Binary 10111110 1101111 1001111 0 101010 111010 11001 10001 101110 110101

Color Harmonies of #BE6F4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6F4F

Black with #BE6F4F

Text Example


Text Example

White with #BE6F4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6F4F; }

 p { color: rgb(190,111,79); }

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

background-color css

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

 a { background-color: rgb(190,111,79); }

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

border-color css

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

 span { border-color: rgb(190,111,79); }

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