Html Css Color HEX #BA7431 Meteor

📋 copy color: '#BA7431'

red 186 ◦ green 116 ◦ blue 49

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

Shades of Meteor #BA7431

Tints of Meteor #BA7431

RGB

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

 GREEN value IS 116 (45.7% from 255) = 33.05%

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

R = 52.99%
G = 33.05%
B = 13.96%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#BA7431 (or 0xBA7431) is known color: Meteor. HEX triplet: BA, 74 and 31. RGB value is (186,116,49). Sum of RGB (Red+Green+Blue) = 186+116+49=351 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.99% from 351); Green value is 116 (45.70% from 255 or 33.05% from 351); Blue value is 49 (19.53% from 255 or 13.96% from 351); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7431 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7431 is #458BCE. Grayscale: #818181. Windows color (decimal): -4557775 or 3241146. OLE color: 3241146.

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

Color convert

RGB 186 116 49 -
CMYK 0 0.38 0.74 0.27
HSL 29.34º 0.58% 0.46% -
HSV(B) 29.34º 0.74% 0.73% -
XYZ 27.05 23.15 5.95 -
YUV 129.29 82.69 168.45 -
System Red Green Blue C M Y K H S L
Decimal 186 116 49 0 0.38 0.74 0.27 29.34 0.58 0.46
Hex BA 74 31 0 26 4A 1B 1D 3A 2E
Octal 272 164 61 0 46 112 33 35 72 56
Binary 10111010 1110100 110001 0 100110 1001010 11011 11101 111010 101110

Color Harmonies of #BA7431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7431

Black with #BA7431

Text Example


Text Example

White with #BA7431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7431; }

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

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

background-color css

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

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

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

border-color css

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

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

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