Html Css Color HEX #BE6F2C Meteor

📋 copy color: '#BE6F2C'

red 190 ◦ green 111 ◦ blue 44

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

Shades of Meteor #BE6F2C

Tints of Meteor #BE6F2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 12.75%

R = 55.07%
G = 32.17%
B = 12.75%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#BE6F2C (or 0xBE6F2C) is known color: Meteor. HEX triplet: BE, 6F and 2C. RGB value is (190,111,44). Sum of RGB (Red+Green+Blue) = 190+111+44=345 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.07% from 345); Green value is 111 (43.75% from 255 or 32.17% from 345); Blue value is 44 (17.58% from 255 or 12.75% from 345); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6F2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE6F2C is #4190D3. Grayscale: #7F7F7F. Windows color (decimal): -4296916 or 2912190. OLE color: 2912190.

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

Color convert

RGB 190 111 44 -
CMYK 0 0.42 0.77 0.25
HSL 27.53º 0.62% 0.46% -
HSV(B) 27.53º 0.77% 0.75% -
XYZ 27.37 22.5 5.28 -
YUV 126.98 81.17 172.95 -
System Red Green Blue C M Y K H S L
Decimal 190 111 44 0 0.42 0.77 0.25 27.53 0.62 0.46
Hex BE 6F 2C 0 2A 4D 19 1C 3E 2E
Octal 276 157 54 0 52 115 31 34 76 56
Binary 10111110 1101111 101100 0 101010 1001101 11001 11100 111110 101110

Color Harmonies of #BE6F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6F2C

Black with #BE6F2C

Text Example


Text Example

White with #BE6F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6F2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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