Html Css Color HEX #BE6E34 Meteor

📋 copy color: '#BE6E34'

red 190 ◦ green 110 ◦ blue 52

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

Shades of Meteor #BE6E34

Tints of Meteor #BE6E34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 14.77%

R = 53.98%
G = 31.25%
B = 14.77%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#BE6E34 (or 0xBE6E34) is known color: Meteor. HEX triplet: BE, 6E and 34. RGB value is (190,110,52). Sum of RGB (Red+Green+Blue) = 190+110+52=352 (46% of max value = 765). Red value is 190 (74.61% from 255 or 53.98% from 352); Green value is 110 (43.36% from 255 or 31.25% from 352); Blue value is 52 (20.70% from 255 or 14.77% from 352); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6E34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE6E34 is #4191CB. Grayscale: #7F7F7F. Windows color (decimal): -4297164 or 3436222. OLE color: 3436222.

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

Color convert

RGB 190 110 52 -
CMYK 0 0.42 0.73 0.25
HSL 25.22º 0.57% 0.47% -
HSV(B) 25.22º 0.73% 0.75% -
XYZ 27.43 22.35 6.12 -
YUV 127.31 85.5 172.72 -
System Red Green Blue C M Y K H S L
Decimal 190 110 52 0 0.42 0.73 0.25 25.22 0.57 0.47
Hex BE 6E 34 0 2A 49 19 19 39 2F
Octal 276 156 64 0 52 111 31 31 71 57
Binary 10111110 1101110 110100 0 101010 1001001 11001 11001 111001 101111

Color Harmonies of #BE6E34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6E34

Black with #BE6E34

Text Example


Text Example

White with #BE6E34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6E34; }

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

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

background-color css

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

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

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

border-color css

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

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

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