Html Css Color HEX #BA7339 Meteor

📋 copy color: '#BA7339'

red 186 ◦ green 115 ◦ blue 57

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

Shades of Meteor #BA7339

Tints of Meteor #BA7339

RGB

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

 GREEN value IS 115 (45.31% from 255) = 32.12%

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

R = 51.96%
G = 32.12%
B = 15.92%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#BA7339 (or 0xBA7339) is known color: Meteor. HEX triplet: BA, 73 and 39. RGB value is (186,115,57). Sum of RGB (Red+Green+Blue) = 186+115+57=358 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.96% from 358); Green value is 115 (45.31% from 255 or 32.12% from 358); Blue value is 57 (22.66% from 255 or 15.92% from 358); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7339 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7339 is #458CC6. Grayscale: #818181. Windows color (decimal): -4558023 or 3765178. OLE color: 3765178.

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

Color convert

RGB 186 115 57 -
CMYK 0 0.38 0.69 0.27
HSL 26.98º 0.53% 0.48% -
HSV(B) 26.98º 0.69% 0.73% -
XYZ 27.12 23 6.88 -
YUV 129.62 87.02 168.22 -
System Red Green Blue C M Y K H S L
Decimal 186 115 57 0 0.38 0.69 0.27 26.98 0.53 0.48
Hex BA 73 39 0 26 45 1B 1B 35 30
Octal 272 163 71 0 46 105 33 33 65 60
Binary 10111010 1110011 111001 0 100110 1000101 11011 11011 110101 110000

Color Harmonies of #BA7339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7339

Black with #BA7339

Text Example


Text Example

White with #BA7339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7339; }

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

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

background-color css

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

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

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

border-color css

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

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

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