Html Css Color HEX #BE6F2F Meteor

📋 copy color: '#BE6F2F'

red 190 ◦ green 111 ◦ blue 47

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

Shades of Meteor #BE6F2F

Tints of Meteor #BE6F2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 13.51%

R = 54.6%
G = 31.9%
B = 13.51%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#BE6F2F (or 0xBE6F2F) is known color: Meteor. HEX triplet: BE, 6F and 2F. RGB value is (190,111,47). Sum of RGB (Red+Green+Blue) = 190+111+47=348 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.60% from 348); Green value is 111 (43.75% from 255 or 31.90% from 348); Blue value is 47 (18.75% from 255 or 13.51% from 348); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6F2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE6F2F is #4190D0. Grayscale: #7F7F7F. Windows color (decimal): -4296913 or 3108798. OLE color: 3108798.

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

Color convert

RGB 190 111 47 -
CMYK 0 0.42 0.75 0.25
HSL 26.85º 0.6% 0.46% -
HSV(B) 26.85º 0.75% 0.75% -
XYZ 27.43 22.52 5.59 -
YUV 127.33 82.67 172.7 -
System Red Green Blue C M Y K H S L
Decimal 190 111 47 0 0.42 0.75 0.25 26.85 0.6 0.46
Hex BE 6F 2F 0 2A 4B 19 1B 3C 2E
Octal 276 157 57 0 52 113 31 33 74 56
Binary 10111110 1101111 101111 0 101010 1001011 11001 11011 111100 101110

Color Harmonies of #BE6F2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6F2F

Black with #BE6F2F

Text Example


Text Example

White with #BE6F2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6F2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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