Html Css Color HEX #BE6D31 Meteor

📋 copy color: '#BE6D31'

red 190 ◦ green 109 ◦ blue 49

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

Shades of Meteor #BE6D31

Tints of Meteor #BE6D31

RGB

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

 GREEN value IS 109 (42.97% from 255) = 31.32%

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

R = 54.6%
G = 31.32%
B = 14.08%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#BE6D31 (or 0xBE6D31) is known color: Meteor. HEX triplet: BE, 6D and 31. RGB value is (190,109,49). Sum of RGB (Red+Green+Blue) = 190+109+49=348 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.60% from 348); Green value is 109 (42.97% from 255 or 31.32% from 348); Blue value is 49 (19.53% from 255 or 14.08% from 348); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6D31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE6D31 is #4192CE. Grayscale: #7E7E7E. Windows color (decimal): -4297423 or 3239358. OLE color: 3239358.

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

Color convert

RGB 190 109 49 -
CMYK 0 0.43 0.74 0.25
HSL 25.53º 0.59% 0.47% -
HSV(B) 25.53º 0.74% 0.75% -
XYZ 27.26 22.11 5.74 -
YUV 126.38 84.34 173.38 -
System Red Green Blue C M Y K H S L
Decimal 190 109 49 0 0.43 0.74 0.25 25.53 0.59 0.47
Hex BE 6D 31 0 2B 4A 19 1A 3B 2F
Octal 276 155 61 0 53 112 31 32 73 57
Binary 10111110 1101101 110001 0 101011 1001010 11001 11010 111011 101111

Color Harmonies of #BE6D31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6D31

Black with #BE6D31

Text Example


Text Example

White with #BE6D31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6D31; }

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

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

background-color css

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

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

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

border-color css

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

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

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