Html Css Color HEX #BA7739 Meteor

📋 copy color: '#BA7739'

red 186 ◦ green 119 ◦ blue 57

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

Shades of Meteor #BA7739

Tints of Meteor #BA7739

RGB

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

 GREEN value IS 119 (46.88% from 255) = 32.87%

 BLUE value IS 57 (22.66% from 255) = 15.75%

R = 51.38%
G = 32.87%
B = 15.75%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#BA7739 (or 0xBA7739) is known color: Meteor. HEX triplet: BA, 77 and 39. RGB value is (186,119,57). Sum of RGB (Red+Green+Blue) = 186+119+57=362 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.38% from 362); Green value is 119 (46.88% from 255 or 32.87% from 362); Blue value is 57 (22.66% from 255 or 15.75% from 362); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7739 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7739 is #4588C6. Grayscale: #848484. Windows color (decimal): -4556999 or 3766202. OLE color: 3766202.

HSL color Cylindrical-coordinate representation of color #BA7739: hue angle of 28.84º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BA7739 is Cyan = 0, Magento = 0.36, Yellow = 0.69 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 119 57 -
CMYK 0 0.36 0.69 0.27
HSL 28.84º 0.53% 0.48% -
HSV(B) 28.84º 0.69% 0.73% -
XYZ 27.59 23.93 7.04 -
YUV 131.97 85.7 166.54 -
System Red Green Blue C M Y K H S L
Decimal 186 119 57 0 0.36 0.69 0.27 28.84 0.53 0.48
Hex BA 77 39 0 24 45 1B 1D 35 30
Octal 272 167 71 0 44 105 33 35 65 60
Binary 10111010 1110111 111001 0 100100 1000101 11011 11101 110101 110000

Color Harmonies of #BA7739

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7739

Black with #BA7739

Text Example


Text Example

White with #BA7739

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7739; }

 p { color: rgb(186,119,57); }

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

background-color css

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

 a { background-color: rgb(186,119,57); }

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

border-color css

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

 span { border-color: rgb(186,119,57); }

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