Html Css Color HEX #BA7037 Meteor

📋 copy color: '#BA7037'

red 186 ◦ green 112 ◦ blue 55

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

Shades of Meteor #BA7037

Tints of Meteor #BA7037

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 15.58%

R = 52.69%
G = 31.73%
B = 15.58%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#BA7037 (or 0xBA7037) is known color: Meteor. HEX triplet: BA, 70 and 37. RGB value is (186,112,55). Sum of RGB (Red+Green+Blue) = 186+112+55=353 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.69% from 353); Green value is 112 (44.14% from 255 or 31.73% from 353); Blue value is 55 (21.88% from 255 or 15.58% from 353); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7037 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7037 is #458FC8. Grayscale: #7F7F7F. Windows color (decimal): -4558793 or 3633338. OLE color: 3633338.

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

Color convert

RGB 186 112 55 -
CMYK 0 0.40 0.70 0.27
HSL 26.11º 0.54% 0.47% -
HSV(B) 26.11º 0.7% 0.73% -
XYZ 26.73 22.3 6.51 -
YUV 127.63 87.02 169.63 -
System Red Green Blue C M Y K H S L
Decimal 186 112 55 0 0.40 0.70 0.27 26.11 0.54 0.47
Hex BA 70 37 0 28 46 1B 1A 36 2F
Octal 272 160 67 0 50 106 33 32 66 57
Binary 10111010 1110000 110111 0 101000 1000110 11011 11010 110110 101111

Color Harmonies of #BA7037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7037

Black with #BA7037

Text Example


Text Example

White with #BA7037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7037; }

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

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

background-color css

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

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

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

border-color css

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

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

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