Html Css Color HEX #BA7131 Meteor

📋 copy color: '#BA7131'

red 186 ◦ green 113 ◦ blue 49

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

Shades of Meteor #BA7131

Tints of Meteor #BA7131

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 14.08%

R = 53.45%
G = 32.47%
B = 14.08%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#BA7131 (or 0xBA7131) is known color: Meteor. HEX triplet: BA, 71 and 31. RGB value is (186,113,49). Sum of RGB (Red+Green+Blue) = 186+113+49=348 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.45% from 348); Green value is 113 (44.53% from 255 or 32.47% from 348); Blue value is 49 (19.53% from 255 or 14.08% from 348); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7131 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7131 is #458ECE. Grayscale: #7F7F7F. Windows color (decimal): -4558543 or 3240378. OLE color: 3240378.

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

Color convert

RGB 186 113 49 -
CMYK 0 0.39 0.74 0.27
HSL 28.03º 0.58% 0.46% -
HSV(B) 28.03º 0.74% 0.73% -
XYZ 26.71 22.47 5.84 -
YUV 127.53 83.68 169.7 -
System Red Green Blue C M Y K H S L
Decimal 186 113 49 0 0.39 0.74 0.27 28.03 0.58 0.46
Hex BA 71 31 0 27 4A 1B 1C 3A 2E
Octal 272 161 61 0 47 112 33 34 72 56
Binary 10111010 1110001 110001 0 100111 1001010 11011 11100 111010 101110

Color Harmonies of #BA7131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7131

Black with #BA7131

Text Example


Text Example

White with #BA7131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7131; }

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

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

background-color css

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

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

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

border-color css

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

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

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