Html Css Color HEX #BA7839 Meteor

📋 copy color: '#BA7839'

red 186 ◦ green 120 ◦ blue 57

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

Shades of Meteor #BA7839

Tints of Meteor #BA7839

RGB

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

 GREEN value IS 120 (47.27% from 255) = 33.06%

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

R = 51.24%
G = 33.06%
B = 15.7%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#BA7839 (or 0xBA7839) is known color: Meteor. HEX triplet: BA, 78 and 39. RGB value is (186,120,57). Sum of RGB (Red+Green+Blue) = 186+120+57=363 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.24% from 363); Green value is 120 (47.27% from 255 or 33.06% from 363); Blue value is 57 (22.66% from 255 or 15.70% from 363); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7839 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7839 is #4587C6. Grayscale: #848484. Windows color (decimal): -4556743 or 3766458. OLE color: 3766458.

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

Color convert

RGB 186 120 57 -
CMYK 0 0.35 0.69 0.27
HSL 29.3º 0.53% 0.48% -
HSV(B) 29.3º 0.69% 0.73% -
XYZ 27.7 24.17 7.08 -
YUV 132.55 85.37 166.12 -
System Red Green Blue C M Y K H S L
Decimal 186 120 57 0 0.35 0.69 0.27 29.3 0.53 0.48
Hex BA 78 39 0 23 45 1B 1D 35 30
Octal 272 170 71 0 43 105 33 35 65 60
Binary 10111010 1111000 111001 0 100011 1000101 11011 11101 110101 110000

Color Harmonies of #BA7839

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7839

Black with #BA7839

Text Example


Text Example

White with #BA7839

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7839; }

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

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

background-color css

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

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

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

border-color css

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

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

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