Html Css Color HEX #BA7931 Meteor

📋 copy color: '#BA7931'

red 186 ◦ green 121 ◦ blue 49

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

Shades of Meteor #BA7931

Tints of Meteor #BA7931

RGB

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

 GREEN value IS 121 (47.66% from 255) = 33.99%

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

R = 52.25%
G = 33.99%
B = 13.76%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#BA7931 (or 0xBA7931) is known color: Meteor. HEX triplet: BA, 79 and 31. RGB value is (186,121,49). Sum of RGB (Red+Green+Blue) = 186+121+49=356 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.25% from 356); Green value is 121 (47.66% from 255 or 33.99% from 356); Blue value is 49 (19.53% from 255 or 13.76% from 356); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7931 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7931 is #4586CE. Grayscale: #848484. Windows color (decimal): -4556495 or 3242426. OLE color: 3242426.

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

Color convert

RGB 186 121 49 -
CMYK 0 0.35 0.74 0.27
HSL 31.53º 0.58% 0.46% -
HSV(B) 31.53º 0.74% 0.73% -
XYZ 27.64 24.34 6.15 -
YUV 132.23 81.03 166.35 -
System Red Green Blue C M Y K H S L
Decimal 186 121 49 0 0.35 0.74 0.27 31.53 0.58 0.46
Hex BA 79 31 0 23 4A 1B 20 3A 2E
Octal 272 171 61 0 43 112 33 40 72 56
Binary 10111010 1111001 110001 0 100011 1001010 11011 100000 111010 101110

Color Harmonies of #BA7931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7931

Black with #BA7931

Text Example


Text Example

White with #BA7931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7931; }

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

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

background-color css

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

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

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

border-color css

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

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

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