Html Css Color HEX #BA7032 Meteor

📋 copy color: '#BA7032'

red 186 ◦ green 112 ◦ blue 50

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

Shades of Meteor #BA7032

Tints of Meteor #BA7032

RGB

 RED value IS 186 (73.05% from 255) = 53.45%

 GREEN value IS 112 (44.14% from 255) = 32.18%

 BLUE value IS 50 (19.92% from 255) = 14.37%

R = 53.45%
G = 32.18%
B = 14.37%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#BA7032 (or 0xBA7032) is known color: Meteor. HEX triplet: BA, 70 and 32. RGB value is (186,112,50). Sum of RGB (Red+Green+Blue) = 186+112+50=348 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.45% from 348); Green value is 112 (44.14% from 255 or 32.18% from 348); Blue value is 50 (19.92% from 255 or 14.37% from 348); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7032 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7032 is #458FCD. Grayscale: #7F7F7F. Windows color (decimal): -4558798 or 3305658. OLE color: 3305658.

HSL color Cylindrical-coordinate representation of color #BA7032: hue angle of 27.35º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BA7032 is Cyan = 0, Magento = 0.40, Yellow = 0.73 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 112 50 -
CMYK 0 0.40 0.73 0.27
HSL 27.35º 0.58% 0.46% -
HSV(B) 27.35º 0.73% 0.73% -
XYZ 26.62 22.26 5.91 -
YUV 127.06 84.52 170.04 -
System Red Green Blue C M Y K H S L
Decimal 186 112 50 0 0.40 0.73 0.27 27.35 0.58 0.46
Hex BA 70 32 0 28 49 1B 1B 3A 2E
Octal 272 160 62 0 50 111 33 33 72 56
Binary 10111010 1110000 110010 0 101000 1001001 11011 11011 111010 101110

Color Harmonies of #BA7032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7032

Black with #BA7032

Text Example


Text Example

White with #BA7032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7032; }

 p { color: rgb(186,112,50); }

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

background-color css

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

 a { background-color: rgb(186,112,50); }

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

border-color css

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

 span { border-color: rgb(186,112,50); }

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