Html Css Color HEX #BE6E31 Meteor

📋 copy color: '#BE6E31'

red 190 ◦ green 110 ◦ blue 49

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

Shades of Meteor #BE6E31

Tints of Meteor #BE6E31

RGB

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

 GREEN value IS 110 (43.36% from 255) = 31.52%

 BLUE value IS 49 (19.53% from 255) = 14.04%

R = 54.44%
G = 31.52%
B = 14.04%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#BE6E31 (or 0xBE6E31) is known color: Meteor. HEX triplet: BE, 6E and 31. RGB value is (190,110,49). Sum of RGB (Red+Green+Blue) = 190+110+49=349 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.44% from 349); Green value is 110 (43.36% from 255 or 31.52% from 349); Blue value is 49 (19.53% from 255 or 14.04% from 349); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6E31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE6E31 is #4191CE. Grayscale: #7F7F7F. Windows color (decimal): -4297167 or 3239614. OLE color: 3239614.

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

Color convert

RGB 190 110 49 -
CMYK 0 0.42 0.74 0.25
HSL 25.96º 0.59% 0.47% -
HSV(B) 25.96º 0.74% 0.75% -
XYZ 27.37 22.32 5.77 -
YUV 126.97 84 172.96 -
System Red Green Blue C M Y K H S L
Decimal 190 110 49 0 0.42 0.74 0.25 25.96 0.59 0.47
Hex BE 6E 31 0 2A 4A 19 1A 3B 2F
Octal 276 156 61 0 52 112 31 32 73 57
Binary 10111110 1101110 110001 0 101010 1001010 11001 11010 111011 101111

Color Harmonies of #BE6E31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6E31

Black with #BE6E31

Text Example


Text Example

White with #BE6E31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6E31; }

 p { color: rgb(190,110,49); }

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

background-color css

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

 a { background-color: rgb(190,110,49); }

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

border-color css

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

 span { border-color: rgb(190,110,49); }

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