Html Css Color HEX #BA7137 Meteor

📋 copy color: '#BA7137'

red 186 ◦ green 113 ◦ blue 55

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

Shades of Meteor #BA7137

Tints of Meteor #BA7137

RGB

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

 GREEN value IS 113 (44.53% from 255) = 31.92%

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

R = 52.54%
G = 31.92%
B = 15.54%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#BA7137 (or 0xBA7137) is known color: Meteor. HEX triplet: BA, 71 and 37. RGB value is (186,113,55). Sum of RGB (Red+Green+Blue) = 186+113+55=354 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.54% from 354); Green value is 113 (44.53% from 255 or 31.92% from 354); Blue value is 55 (21.88% from 255 or 15.54% from 354); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7137 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7137 is #458EC8. Grayscale: #808080. Windows color (decimal): -4558537 or 3633594. OLE color: 3633594.

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

Color convert

RGB 186 113 55 -
CMYK 0 0.39 0.70 0.27
HSL 26.56º 0.54% 0.47% -
HSV(B) 26.56º 0.7% 0.73% -
XYZ 26.84 22.53 6.55 -
YUV 128.22 86.68 169.22 -
System Red Green Blue C M Y K H S L
Decimal 186 113 55 0 0.39 0.70 0.27 26.56 0.54 0.47
Hex BA 71 37 0 27 46 1B 1B 36 2F
Octal 272 161 67 0 47 106 33 33 66 57
Binary 10111010 1110001 110111 0 100111 1000110 11011 11011 110110 101111

Color Harmonies of #BA7137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7137

Black with #BA7137

Text Example


Text Example

White with #BA7137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7137; }

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

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

background-color css

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

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

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

border-color css

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

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

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