Html Css Color HEX #BA7537 Meteor

📋 copy color: '#BA7537'

red 186 ◦ green 117 ◦ blue 55

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

Shades of Meteor #BA7537

Tints of Meteor #BA7537

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.68%

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

R = 51.96%
G = 32.68%
B = 15.36%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#BA7537 (or 0xBA7537) is known color: Meteor. HEX triplet: BA, 75 and 37. RGB value is (186,117,55). Sum of RGB (Red+Green+Blue) = 186+117+55=358 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.96% from 358); Green value is 117 (46.09% from 255 or 32.68% from 358); Blue value is 55 (21.88% from 255 or 15.36% from 358); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7537 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7537 is #458AC8. Grayscale: #828282. Windows color (decimal): -4557513 or 3634618. OLE color: 3634618.

HSL color Cylindrical-coordinate representation of color #BA7537: hue angle of 28.4º 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 #BA7537 is Cyan = 0, Magento = 0.37, Yellow = 0.70 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 117 55 -
CMYK 0 0.37 0.70 0.27
HSL 28.4º 0.54% 0.47% -
HSV(B) 28.4º 0.7% 0.73% -
XYZ 27.3 23.44 6.7 -
YUV 130.56 85.36 167.54 -
System Red Green Blue C M Y K H S L
Decimal 186 117 55 0 0.37 0.70 0.27 28.4 0.54 0.47
Hex BA 75 37 0 25 46 1B 1C 36 2F
Octal 272 165 67 0 45 106 33 34 66 57
Binary 10111010 1110101 110111 0 100101 1000110 11011 11100 110110 101111

Color Harmonies of #BA7537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7537

Black with #BA7537

Text Example


Text Example

White with #BA7537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7537; }

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

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

background-color css

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

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

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

border-color css

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

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

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