Html Css Color HEX #BA7029 Meteor

📋 copy color: '#BA7029'

red 186 ◦ green 112 ◦ blue 41

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

Shades of Meteor #BA7029

Tints of Meteor #BA7029

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 12.09%

R = 54.87%
G = 33.04%
B = 12.09%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#BA7029 (or 0xBA7029) is known color: Meteor. HEX triplet: BA, 70 and 29. RGB value is (186,112,41). Sum of RGB (Red+Green+Blue) = 186+112+41=339 (44% of max value = 765). Red value is 186 (73.05% from 255 or 54.87% from 339); Green value is 112 (44.14% from 255 or 33.04% from 339); Blue value is 41 (16.41% from 255 or 12.09% from 339); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7029 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7029 is #458FD6. Grayscale: #7E7E7E. Windows color (decimal): -4558807 or 2715834. OLE color: 2715834.

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

Color convert

RGB 186 112 41 -
CMYK 0 0.40 0.78 0.27
HSL 29.38º 0.64% 0.45% -
HSV(B) 29.38º 0.78% 0.73% -
XYZ 26.44 22.19 4.99 -
YUV 126.03 80.02 170.77 -
System Red Green Blue C M Y K H S L
Decimal 186 112 41 0 0.40 0.78 0.27 29.38 0.64 0.45
Hex BA 70 29 0 28 4E 1B 1D 40 2D
Octal 272 160 51 0 50 116 33 35 100 55
Binary 10111010 1110000 101001 0 101000 1001110 11011 11101 1000000 101101

Color Harmonies of #BA7029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7029

Black with #BA7029

Text Example


Text Example

White with #BA7029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7029; }

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

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

background-color css

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

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

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

border-color css

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

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

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