Html Css Color HEX #BA7430 Meteor

📋 copy color: '#BA7430'

red 186 ◦ green 116 ◦ blue 48

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

Shades of Meteor #BA7430

Tints of Meteor #BA7430

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 13.71%

R = 53.14%
G = 33.14%
B = 13.71%

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

#BA7430 (or 0xBA7430) is known color: Meteor. HEX triplet: BA, 74 and 30. RGB value is (186,116,48). Sum of RGB (Red+Green+Blue) = 186+116+48=350 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.14% from 350); Green value is 116 (45.70% from 255 or 33.14% from 350); Blue value is 48 (19.14% from 255 or 13.71% from 350); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7430 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7430 is #458BCF. Grayscale: #818181. Windows color (decimal): -4557776 or 3175610. OLE color: 3175610.

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

Color convert

RGB 186 116 48 -
CMYK 0 0.38 0.74 0.27
HSL 29.57º 0.59% 0.46% -
HSV(B) 29.57º 0.74% 0.73% -
XYZ 27.03 23.14 5.84 -
YUV 129.18 82.19 168.53 -
System Red Green Blue C M Y K H S L
Decimal 186 116 48 0 0.38 0.74 0.27 29.57 0.59 0.46
Hex BA 74 30 0 26 4A 1B 1E 3B 2E
Octal 272 164 60 0 46 112 33 36 73 56
Binary 10111010 1110100 110000 0 100110 1001010 11011 11110 111011 101110

Color Harmonies of #BA7430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7430

Black with #BA7430

Text Example


Text Example

White with #BA7430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7430; }

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

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

background-color css

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

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

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

border-color css

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

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

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